]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove some crufty old testing options
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Sep 2014 01:41:13 +0000 (21:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Sep 2014 01:41:13 +0000 (21:41 -0400)
commitd7498cf4adb8ef9f35d1efa6dc747ac9eb489e60
treede69b7ec88fef69c36704d2a7b06b1a0ffe0f17b
parent7fd3f05805a7cf1ff1fa29ffcf375c4eea6627ba
- remove some crufty old testing options
- reestablish the "bootstrap" system of loading the test runners
in testing/plugin; using the updated approach we just came up with for
alembic.  Coverage should be fixed now when running either py.test or
nose. fixes #3196
- upgrade tox.ini and start using a .coveragerc file
.coveragerc [new file with mode: 0644]
.gitignore
lib/sqlalchemy/testing/plugin/bootstrap.py [new file with mode: 0644]
lib/sqlalchemy/testing/plugin/noseplugin.py
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/provision.py [moved from lib/sqlalchemy/testing/plugin/provision.py with 98% similarity]
lib/sqlalchemy/testing/runner.py
sqla_nose.py
test/conftest.py
tox.ini