summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin
Commit message (Expand)AuthorAgeFilesLines
* use importlib.machinery to load modules instead of imp under Python 3.3 and g...Matt Chisholm2014-04-141-2/+7
* - fixes to multi-backend testsMike Bayer2014-03-273-13/+18
* fixes to get profiling tests working againMike Bayer2014-03-261-1/+7
* 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-242-3/+7
* 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
* fix the profiling ids hereMike Bayer2014-03-031-1/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-033-412/+578
* - happy new yearMike Bayer2014-01-051-1/+1
* - enhance the exclusions system to support database versions within the __onl...Mike Bayer2013-12-171-6/+9
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+2
* - endless isinstance(x, str)s....Mike Bayer2013-04-281-2/+8
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-5/+2
* - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-1/+0
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-3/+16
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-2/+8
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-1/+16
* - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-121-1/+6
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-6/+16
* - add back __engine_options__Mike Bayer2012-10-041-7/+20
* - connect immediately on _create_testing_engine to initialize dialect capabil...Mike Bayer2012-10-041-0/+1
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-12/+19
* consolidate config into noseplugin, remove the dupe, load noseplugin using im...Mike Bayer2012-09-302-205/+192
* also get rid of satest.cfgMike Bayer2012-09-291-1/+1
* adjustmentsMike Bayer2012-09-291-1/+5
* getting everything to pass againMike Bayer2012-09-271-2/+1
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-14/+19
* display name in messageMike Bayer2012-09-271-1/+2
* - add a runner moduleMike Bayer2012-09-272-2/+2
* tweaksMike Bayer2012-09-271-5/+5
* fix an early importMike Bayer2012-09-271-2/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-273-0/+385