summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/plugin_base.py
Commit message (Expand)AuthorAgeFilesLines
* add --notimingintensive; block from github jobstiming_intensiveMike Bayer2020-10-061-0/+12
* Provision on different drivers dynamicallyMike Bayer2020-08-141-2/+23
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-2/+6
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-0/+2
* Add full profile sort, dumping to profile resultsMike Bayer2020-05-281-0/+7
* Update transaction / connection handlingMike Bayer2020-05-171-0/+12
* Rename py.test to pytestGord Thompson2020-04-161-2/+2
* happy new yearMike Bayer2020-01-011-1/+1
* Test fixture improvementsMike Bayer2019-11-111-0/+3
* Refactor dialect tests for combinationsMike Bayer2019-10-221-1/+1
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-201-12/+38
* Add profile sort option to test suiteMike Bayer2019-07-141-1/+9
* profiling plugin fixesMike Bayer2019-07-111-1/+1
* Add option for "sparse" backend tests and apply to memusageMike Bayer2019-06-201-6/+30
* Remove Nose supportParth Shandilya2019-02-021-5/+5
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-4/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-133/+226
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-1/+1
* Default server_version_info to (0, )Mike Bayer2018-05-111-1/+1
* Remove erroneous skip messageMike Bayer2018-02-161-18/+14
* happy new yearMike Bayer2018-01-121-1/+1
* - allow a separate template database to be used forMike Bayer2017-08-221-0/+3
* - repair --dbsMike Bayer2017-08-221-1/+1
* - 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-201-0/+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-041-1/+1
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-0/+1
* - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-021-0/+3
* - 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-081-0/+7
* - happy new yearMike Bayer2016-01-291-1/+1
* - 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-011-9/+16
* - Fixed an import that prevented "pypy setup.py test" from workingMike Bayer2015-05-011-0/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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
* - remove some crufty old testing optionsMike Bayer2014-09-141-46/+10
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-3/+1
* - 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-301-2/+0
* fix test ordering issuesMike Bayer2014-07-271-0/+2
* - remove print statementMike Bayer2014-07-271-3/+4