summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/plugin_base.py
Commit message (Expand)AuthorAgeFilesLines
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-15/+19
* - fixes to multi-backend testsMike Bayer2014-03-271-2/+13
* fixMike Bayer2014-03-241-1/+1
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-1/+13
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-2/+6
* unitttest has a SkipTest also but pytest doesn'tMike Bayer2014-03-111-6/+4
* import testing needs to be here as we set .db on itMike Bayer2014-03-071-0/+1
* - cx_oracle test for "unicode returns" needs to be cx_oracle only,Mike Bayer2014-03-061-1/+0
* - no unitest.SkipTest in 2.6...argggggMike Bayer2014-03-041-1/+9
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+422