summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+2
* Deprecate connection branchingMike Bayer2020-02-211-0/+1
* Enable F821Mike Bayer2020-01-041-0/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Introduce lambda combinationsMike Bayer2019-12-041-0/+1
* Introduce flag combinations fixtureMike Bayer2019-11-221-0/+1
* Refactor dialect tests for combinationsMike Bayer2019-10-221-0/+1
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-201-0/+2
* pass executemany context to _repr_paramsMike Bayer2019-10-111-0/+1
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-60/+48
* Run black -l 79 against all source filesMike Bayer2019-01-061-11/+50
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-1/+1
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-1/+1
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-1/+2
* - Add a new le_() assertion for less than or equalsMike Bayer2015-06-141-1/+1
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-241-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-1/+2
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-4/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-3/+8
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+5
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-1/+1
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-0/+2
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-3/+2
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+21