summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/assertions.py
Commit message (Expand)AuthorAgeFilesLines
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+2
* adjustment to work on py3k as wellMike Bayer2013-11-211-1/+3
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-1/+10
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-21/+27
* clean up the dialect selection thing hereMike Bayer2013-06-041-8/+12
* working through tests....Mike Bayer2013-06-021-6/+7
* - endless isinstance(x, str)s....Mike Bayer2013-04-281-12/+12
* - the raw 2to3 runMike Bayer2013-04-271-15/+16
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-6/+21
* - add a nifty contextmanager form of assert_execution/assert_statement_countMike Bayer2012-10-081-0/+11
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-1/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+349