summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/pytestplugin.py
Commit message (Expand)AuthorAgeFilesLines
* adapt pytest plugin to support pytest v7Federico Caselli2021-11-291-68/+83
* Clean up most py3k compatFederico Caselli2021-11-241-2/+1
* First round of removal of python 2Federico Caselli2021-11-011-38/+5
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-23/+24
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-5/+40
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-13/+2
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-151-1/+3
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-37/+151
* Repair async test refactorMike Bayer2021-01-021-2/+10
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-33/+127
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-2/+2
* Enable pypy tests on github workflowFederico Caselli2020-10-021-1/+1
* Support pytest 6.xMike Bayer2020-09-261-7/+4
* Add support for identity columnsFederico Caselli2020-08-191-7/+2
* update for pytest-xdist terminologyMike Bayer2020-08-141-8/+8
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+55
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Rename py.test to pytestGord Thompson2020-04-161-2/+2
* Dont raise on pytest deprecation warningsMike Bayer2020-03-121-0/+13
* Rework combination exclusionsMike Bayer2020-02-101-41/+123
* Introduce lambda combinationsMike Bayer2019-12-041-2/+10
* Test fixture improvementsMike Bayer2019-11-111-0/+3
* Support exclusion rules in combinationsMike Bayer2019-11-091-2/+32
* Refactor dialect tests for combinationsMike Bayer2019-10-221-2/+2
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-201-4/+147
* move pytest assert rewrite to conftest.pyMike Bayer2019-09-231-2/+0
* Register pytest assertion rewriting on sqlalchemy.testing.assertionsMike Bayer2019-06-211-0/+2
* Enable F841Mike Bayer2019-06-201-1/+0
* Use pytest items in custom collectionMike Bayer2019-04-131-5/+9
* Post black reformattingMike Bayer2019-01-061-3/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-39/+65
* - repair --dbsMike Bayer2017-08-221-0/+20
* - rework oracle de-provisioning to write URLs to the file as well,Mike Bayer2017-08-201-4/+0
* - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-021-1/+10
* - additional fixes to get oracle + multiprocess to be reliableMike Bayer2016-02-081-0/+4
* - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* - move away from explicit raises of SkipTest, instead call aMike Bayer2015-05-011-1/+4
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-1/+2
* - remove some crufty old testing optionsMike Bayer2014-09-141-3/+11
* - max failures 25Mike Bayer2014-08-161-0/+3
* - modify how class state is tracked here as it seems like thingsMike Bayer2014-08-151-5/+6
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-3/+6
* - scale up for mysql, sqliteMike Bayer2014-07-261-7/+17
* - proof of concept for parallel testingMike Bayer2014-07-251-0/+16
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-14/+25
* - fixes to multi-backend testsMike Bayer2014-03-271-10/+2
* fixes to get profiling tests working againMike Bayer2014-03-261-1/+7
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-1/+1
* fix the profiling ids hereMike Bayer2014-03-031-1/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+125