summaryrefslogtreecommitdiff
path: root/test/testlib/testing.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added rowset() testing helper.Jason Kirtland2007-11-011-0/+8
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-6/+2
* Fixed assert_sql_count exception logic.Jason Kirtland2007-10-231-6/+4
* Restored unicode foreign key tests for [ticket:729].Jason Kirtland2007-10-141-2/+34
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-3/+3
* - took out method calls for oid_columnMike Bayer2007-09-041-6/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-2/+7
* mssql unit test fixesPaul Johnston2007-08-191-2/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-1/+2
* - added extra argument con_proxy to ConnectionListener interface checkout/che...Mike Bayer2007-08-171-1/+4
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1
* - cleanup, converted unitofwork.py to standard fixturesMike Bayer2007-08-151-2/+7
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-1/+1
* revert previous change; had misunderstood contextPaul Johnston2007-08-141-2/+0
* fudge to make SQL asserts work reliably with MSSQLPaul Johnston2007-08-141-0/+2
* - base_mapper() becomes a plain attributeMike Bayer2007-08-141-1/+5
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-1/+20
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-3/+49
* Fix testing. Really.Jason Kirtland2007-07-271-1/+6
* Fix coverage again- try really hard not to load anything from lib/ until afte...Jason Kirtland2007-07-271-25/+16
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+363