Commit Graph

3 Commits

Author SHA1 Message Date
Jason Madden 7d783c6903
Move and rename LocalClientBucket to something more fitting. 2016-09-20 06:15:45 -05:00
Jason Madden 6be5c17e56
Adjust coverage config to better reflect important measures.
Specifically, disable coverage for the Oracle-specific code, since we
don't test that under CI. By adding bulk, it helps hide fluctuations in
the actual amount of covered code.

Also stop ignoring ImportError by default. Those mostly fall into two
categories: Py2/Py3 code, which is covered since we run both versions
with coverage, or ZODB BWC code, most of which will go away.
2016-06-17 14:58:47 -05:00
Jason Madden 55436c7aaf Travis CI for MySQL and Postgres.
Adds .travis.yml and scripts for creating the DBs for those tests.
Travis is setup to send coverage reports to coveralls.io (once the tests
pass).

Also adds a tox.ini and .coveragerc for checking coverage locally.

Run the tests with '-m relstorage.tests.alltests', which now behaves
like the existing '-m relstorage.tests.testmysql' et al.

Fixes an issue running blob tests with '-m'.
2016-06-10 08:47:04 -05:00