summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin
Commit message (Expand)AuthorAgeFilesLines
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-1/+2
* - test failures:Mike Bayer2015-01-021-1/+0
* - repair drop_all_tablesMike Bayer2015-01-021-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-11/+3
* - add a new option --force-write-profiles to rewrite profiles even if theyMike Bayer2014-11-251-1/+4
* - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-0/+2
* - remove some crufty old testing optionsMike Bayer2014-09-145-252/+81
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-3/+1
* - max failures 25Mike Bayer2014-08-161-0/+3
* - clean up provision and keep sqlite on memory DBs if thats what we start withMike Bayer2014-08-151-10/+7
* - modify how class state is tracked here as it seems like thingsMike Bayer2014-08-151-5/+6
* - repair against use hereMike Bayer2014-08-141-2/+3
* - public method name is get_enums()Mike Bayer2014-08-131-1/+9
* - repair test finding to not skip the test_suite testsMike Bayer2014-07-302-2/+1
* fix test ordering issuesMike Bayer2014-07-271-0/+2
* - remove print statementMike Bayer2014-07-271-3/+4
* - remove debugging assertionsMike Bayer2014-07-272-9/+5
* - add support for tags, including include/exclude support.Mike Bayer2014-07-273-29/+106
* - scale up for mysql, sqliteMike Bayer2014-07-263-36/+172
* Merge branch 'master' into xdist_pocMike Bayer2014-07-261-26/+37
|\
| * - rework the exclusions system to have much better support for compoundMike Bayer2014-07-261-26/+37
* | - use a template database for PG so extensions get created automaticallyMike Bayer2014-07-251-4/+7
* | - proof of concept for parallel testingMike Bayer2014-07-253-0/+90
|/
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-203-82/+126
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-092-2/+4
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-15/+19
* 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