summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/pytestplugin.py
Commit message (Expand)AuthorAgeFilesLines
* Improved wheel pipelineFederico Caselli2023-03-171-0/+34
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+2
* Use cibuildwheel to create wheelsTrevor Gross2022-08-291-2/+2
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-7/+9
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* use code generation for scoped_sessionMike Bayer2022-04-121-6/+12
* join to existing mark expr with "and"Mike Bayer2022-01-251-6/+6
* replace test tags with pytest.markMike Bayer2022-01-251-6/+46
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-12/+7
* Remove redundant code for EOL Python <= 3.6Hugo van Kemenade2022-01-061-15/+3
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-1/+1
* 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