summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin
Commit message (Expand)AuthorAgeFilesLines
* Improved wheel pipelineFederico Caselli2023-03-171-0/+34
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Rewrite positional handling, test for "numeric"Federico Caselli2022-12-051-0/+16
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+2
* repair --disable-asyncio parameterMike Bayer2022-11-111-1/+1
* Tighten password security by removing `URL.__str__`Yassen Damyanov2022-09-231-1/+4
* Use cibuildwheel to create wheelsTrevor Gross2022-08-292-4/+13
* Add ability to test using thick mode with oracledbFederico Caselli2022-06-201-6/+12
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-7/+9
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-283-0/+6
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-16/+0
* use code generation for scoped_sessionMike Bayer2022-04-122-13/+22
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+2
* join to existing mark expr with "and"Mike Bayer2022-01-251-6/+6
* replace test tags with pytest.markMike Bayer2022-01-252-85/+90
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-12/+7
* happy new year 2022Mike Bayer2022-01-061-1/+1
* 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
* Merge "factor out UnboundLoad and rearchitect strategy_options.py" into mainmike bayer2021-12-271-1/+1
|\
| * factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-1/+1
* | implement cython for cache_anon_map, prefix_anon_mapMike Bayer2021-12-211-0/+15
|/
* adapt pytest plugin to support pytest v7Federico Caselli2021-11-293-78/+90
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-1/+2
* Clean up most py3k compatFederico Caselli2021-11-242-23/+6
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* First round of removal of python 2Federico Caselli2021-11-013-154/+5
* rename elements to mainMike Bayer2021-10-112-2/+2
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-23/+24
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-5/+40
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-13/+2
* mypy: load extra test files from environment variableMaico Timmerman2021-05-041-0/+9
* Ensure sparse backend selection sorts on driver alsoMike Bayer2021-04-221-0/+1
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-151-1/+3
* Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-151-0/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-134-46/+298
* happy new yearMike Bayer2021-01-041-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-64/+4
* Repair async test refactorMike Bayer2021-01-021-2/+10
* Support testing of async drivers without fallback modeFederico Caselli2020-12-302-45/+152
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-191-0/+1
* test fixes for oracle 18cMike Bayer2020-12-181-2/+5
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-2/+2
* add --notimingintensive; block from github jobsMike Bayer2020-10-071-0/+12
* 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
* Provision on different drivers dynamicallyMike Bayer2020-08-142-10/+31
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-132-2/+61