summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/pytestplugin.py
Commit message (Expand)AuthorAgeFilesLines
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-1/+2
* - remove some crufty old testing optionsMike Bayer2014-09-141-3/+11
* - max failures 25Mike Bayer2014-08-161-0/+3
* - modify how class state is tracked here as it seems like thingsMike Bayer2014-08-151-5/+6
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-3/+6
* - scale up for mysql, sqliteMike Bayer2014-07-261-7/+17
* - proof of concept for parallel testingMike Bayer2014-07-251-0/+16
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-14/+25
* - fixes to multi-backend testsMike Bayer2014-03-271-10/+2
* fixes to get profiling tests working againMike Bayer2014-03-261-1/+7
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-1/+1
* fix the profiling ids hereMike Bayer2014-03-031-1/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+125