Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 1 | -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 with | Mike Bayer | 2014-08-15 | 1 | -10/+7 |
| | |||||
* | - remove debugging assertions | Mike Bayer | 2014-07-27 | 1 | -4/+5 |
| | | | | - keep sqlite as memory even with parallel for now | ||||
* | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -21/+145 |
| | |||||
* | - use a template database for PG so extensions get created automatically | Mike Bayer | 2014-07-25 | 1 | -4/+7 |
| | |||||
* | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 1 | -0/+62 |