summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the databases packagesFederico Caselli2020-02-281-2/+2
* Clean up test_types.py in test suiteGord Thompson2020-02-231-65/+71
* Merge "Repair inline flag"mike bayer2020-02-221-0/+3
|\
| * Repair inline flagMike Bayer2020-02-221-0/+3
* | Update test_unicode and move to test suiteGord Thompson2020-02-222-0/+207
|/
* Result initial introductionMike Bayer2020-02-213-10/+18
* Deprecate connection branchingMike Bayer2020-02-213-2/+6
* Modernize test_rowcount and move to dialect suiteMike Bayer2020-02-192-0/+156
* Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-194-108/+113
|\
| * Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-174-108/+113
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-171-0/+2
|\ \
| * | Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-0/+2
* | | Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-1/+4
| |/ |/|
* | Fractional seconds starts at Python 3.7Mike Bayer2020-02-131-0/+7
* | Rework combination exclusionsMike Bayer2020-02-102-77/+132
|/
* Do away with pool._refsMike Bayer2020-02-012-50/+8
* Add pyprojectFederico Caselli2020-01-271-1/+2
* Refactor test provisioning to dialect-level filesGord Thompson2020-01-262-317/+59
* Add test requirement: indexes_with_ascdescGord Thompson2020-01-232-2/+11
* Merge "apply asbool reduction to the onclause in join()"mike bayer2020-01-181-0/+102
|\
| * apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-0/+102
* | Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-175-31/+13
|/
* Merge remote-tracking branch 'origin/pr/5077'Mike Bayer2020-01-151-1/+1
|\
| * Remove return statement in __init__.Heckad2020-01-041-1/+1
* | Merge "Enable F821"mike bayer2020-01-073-3/+28
|\ \
| * | Enable F821Mike Bayer2020-01-043-3/+28
| |/
* | Fix cext for Python 2; ensure C extensions build successfullyMike Bayer2020-01-041-10/+13
|/
* happy new yearMike Bayer2020-01-0116-16/+16
* Source base cleanupsMike Bayer2020-01-011-3/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-0/+22
* Implement random_choices for Python 2Mike Bayer2019-12-201-0/+15
* Don't apply aliasing + adaption for simple relationship joinsMike Bayer2019-12-191-2/+5
* Introduce lambda combinationsMike Bayer2019-12-043-2/+26
* Gracefully degrade for SQLite JSON receiving direct numeric valueMike Bayer2019-11-291-0/+32
* Merge "Add sequence support for MariaDB 10.3+."mike bayer2019-11-261-0/+25
|\
| * Add sequence support for MariaDB 10.3+.Gord Thompson2019-11-262-5/+33
* | Don't clear metadata in TablesTest setupMike Bayer2019-11-261-5/+8
* | Generalize DescriptorProps.uses_objectsMike Bayer2019-11-231-1/+4
* | Introduce flag combinations fixtureMike Bayer2019-11-222-0/+51
|/
* Merge "Test fixture improvements"mike bayer2019-11-115-5/+25
|\
| * Test fixture improvementsMike Bayer2019-11-115-5/+25
* | Add type accessors for JSON indexed/pathed element accessMike Bayer2019-11-112-87/+209
|/
* Support exclusion rules in combinationsMike Bayer2019-11-092-12/+73
* Fix exclusions for multiple fails_onMike Bayer2019-11-091-11/+10
* Support for generated columnsCaselIT2019-11-083-2/+54
* Disallow memory tests from running on WindowsMike Bayer2019-10-241-0/+11
* Refactor dialect tests for combinationsMike Bayer2019-10-224-3/+28
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-204-18/+257
* - fix typoHeckad2019-10-191-1/+1
* pass executemany context to _repr_paramsMike Bayer2019-10-112-0/+15