summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin
Commit message (Expand)AuthorAgeFilesLines
* - allow a separate template database to be used forMike Bayer2017-08-221-0/+3
* - repair --dbsMike Bayer2017-08-222-1/+21
* - sanitize class names for junit reportingMike Bayer2017-08-211-1/+8
* - rework oracle de-provisioning to write URLs to the file as well,Mike Bayer2017-08-202-4/+5
* Isolate memory tests in forksMike Bayer2017-08-141-0/+8
* Restore original test namesMike Bayer2017-08-141-4/+3
* Allow multiple versions of single backendMike Bayer2017-08-041-2/+5
* update for 2017 copyrightMike Bayer2017-01-042-2/+2
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-0/+1
* - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-022-1/+13
* - ensure engine is restored even if we had a failure in cleanupMike Bayer2016-03-151-3/+5
* - additional fixes to get oracle + multiprocess to be reliableMike Bayer2016-02-082-0/+11
* - happy new yearMike Bayer2016-01-292-2/+2
* - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-171-5/+2
* - move away from explicit raises of SkipTest, instead call aMike Bayer2015-05-013-10/+23
* - Fixed an import that prevented "pypy setup.py test" from workingMike Bayer2015-05-011-0/+1
* - copyright 2015Mike Bayer2015-03-102-2/+2
* - 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