| Commit message (Expand) | Author | Age | Files | Lines |
* | adapt pytest plugin to support pytest v7 | Federico Caselli | 2021-11-29 | 1 | -68/+83 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+1 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -38/+5 |
* | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -23/+24 |
* | Surface driver connection object when using a proxied dialect | Federico Caselli | 2021-09-17 | 1 | -5/+40 |
* | Remove pep484 type comments from the code | Federico Caselli | 2021-05-16 | 1 | -13/+2 |
* | CAST the elements in ARRAYs when using psycopg2 | Federico Caselli | 2021-03-15 | 1 | -1/+3 |
* | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -37/+151 |
* | Repair async test refactor | Mike Bayer | 2021-01-02 | 1 | -2/+10 |
* | Support testing of async drivers without fallback mode | Federico Caselli | 2020-12-30 | 1 | -33/+127 |
* | generalize scoped_session proxying and apply to asyncio elements | Mike Bayer | 2020-10-10 | 1 | -2/+2 |
* | Enable pypy tests on github workflow | Federico Caselli | 2020-10-02 | 1 | -1/+1 |
* | Support pytest 6.x | Mike Bayer | 2020-09-26 | 1 | -7/+4 |
* | Add support for identity columns | Federico Caselli | 2020-08-19 | 1 | -7/+2 |
* | update for pytest-xdist terminology | Mike Bayer | 2020-08-14 | 1 | -8/+8 |
* | Implement rudimentary asyncio support w/ asyncpg | Mike Bayer | 2020-08-13 | 1 | -0/+55 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -1/+1 |
* | Rename py.test to pytest | Gord Thompson | 2020-04-16 | 1 | -2/+2 |
* | Dont raise on pytest deprecation warnings | Mike Bayer | 2020-03-12 | 1 | -0/+13 |
* | Rework combination exclusions | Mike Bayer | 2020-02-10 | 1 | -41/+123 |
* | Introduce lambda combinations | Mike Bayer | 2019-12-04 | 1 | -2/+10 |
* | Test fixture improvements | Mike Bayer | 2019-11-11 | 1 | -0/+3 |
* | Support exclusion rules in combinations | Mike Bayer | 2019-11-09 | 1 | -2/+32 |
* | Refactor dialect tests for combinations | Mike Bayer | 2019-10-22 | 1 | -2/+2 |
* | Implement facade for pytest parametrize, fixtures, classlevel | Mike Bayer | 2019-10-20 | 1 | -4/+147 |
* | move pytest assert rewrite to conftest.py | Mike Bayer | 2019-09-23 | 1 | -2/+0 |
* | Register pytest assertion rewriting on sqlalchemy.testing.assertions | Mike Bayer | 2019-06-21 | 1 | -0/+2 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -1/+0 |
* | Use pytest items in custom collection | Mike Bayer | 2019-04-13 | 1 | -5/+9 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -3/+5 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -39/+65 |
* | - repair --dbs | Mike Bayer | 2017-08-22 | 1 | -0/+20 |
* | - rework oracle de-provisioning to write URLs to the file as well, | Mike Bayer | 2017-08-20 | 1 | -4/+0 |
* | - limit oracle DB reaps to identifiers generated from this | Mike Bayer | 2016-06-02 | 1 | -1/+10 |
* | - additional fixes to get oracle + multiprocess to be reliable | Mike Bayer | 2016-02-08 | 1 | -0/+4 |
* | - use uuid fragments for provision names to enable multiple test suites | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
* | - move away from explicit raises of SkipTest, instead call a | Mike Bayer | 2015-05-01 | 1 | -1/+4 |
* | - add an exclusion here that helps with the case of 3rd party | Mike Bayer | 2015-01-17 | 1 | -1/+2 |
* | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 1 | -3/+11 |
* | - max failures 25 | Mike Bayer | 2014-08-16 | 1 | -0/+3 |
* | - modify how class state is tracked here as it seems like things | Mike Bayer | 2014-08-15 | 1 | -5/+6 |
* | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -3/+6 |
* | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -7/+17 |
* | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 1 | -0/+16 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -14/+25 |
* | - fixes to multi-backend tests | Mike Bayer | 2014-03-27 | 1 | -10/+2 |
* | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 1 | -1/+7 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
* | fix the profiling ids here | Mike Bayer | 2014-03-03 | 1 | -1/+3 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+125 |