summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/provision.py
Commit message (Collapse)AuthorAgeFilesLines
* - remove some crufty old testing optionsMike Bayer2014-09-141-187/+0
| | | | | | | | - 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
* - clean up provision and keep sqlite on memory DBs if thats what we start withMike Bayer2014-08-151-10/+7
|
* - remove debugging assertionsMike Bayer2014-07-271-4/+5
| | | | - keep sqlite as memory even with parallel for now
* - scale up for mysql, sqliteMike Bayer2014-07-261-21/+145
|
* - use a template database for PG so extensions get created automaticallyMike Bayer2014-07-251-4/+7
|
* - proof of concept for parallel testingMike Bayer2014-07-251-0/+62