summaryrefslogtreecommitdiff
path: root/test/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-1/+10
* added a runtime-incrementing counter for default primary keys to testlib/sche...Catherine Devlin2008-03-191-2/+7
* (Whoops,)Jason Kirtland2008-03-111-1/+1
* - Take broken mysql 4.1 column defaulting into account.Jason Kirtland2008-03-111-0/+4
* - increased assert_tabels_equal failure verbosityJason Kirtland2008-03-111-1/+1
* corrected assert_raises to be consistent with existing assertRaises() unittes...Mike Bayer2008-03-061-4/+3
* - added assert_raises() to TestBase classMike Bayer2008-03-061-2/+10
* - modernized cascade.py testsMike Bayer2008-02-171-1/+5
* - Made testlib's --unhashable and r3935's set changes play niceJason Kirtland2008-02-141-1/+3
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-112-8/+8
* - Table columns and constraints can be overridden on aMike Bayer2008-02-102-7/+38
* - added generative where(<criterion>) method to delete()Mike Bayer2008-02-081-2/+2
* - Added a simple @future test marker.Jason Kirtland2008-01-281-0/+19
* - Fixed little think-o in fails_ifJason Kirtland2008-01-281-1/+1
* - Migrated zoomark to profiling.function_call_count(), tightened up the numbe...Jason Kirtland2008-01-221-11/+31
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-223-4/+31
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-213-5/+85
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-196-50/+54
* - Added source transformation framework for non-2.4 parser implementationsJason Kirtland2008-01-191-0/+239
* - testbase is gone, replaced by testenvJason Kirtland2008-01-127-60/+85
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-11/+52
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-15/+57
* test suite deprecation rampageJason Kirtland2008-01-091-0/+13
* Added 'function_call_count' assertion decorator. The full-suite vs. isolated...Jason Kirtland2008-01-051-5/+74
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-1/+27
* Fix the unpacking of the refered table name under FirebirdLele Gaifax2007-12-191-1/+4
* Apply default cascade rules for firebird self-ref ForeignKeys.Jason Kirtland2007-12-181-1/+29
* Add Firebird to the list of DBs that needs explicit sequencesLele Gaifax2007-12-181-2/+1
* Fix bad example of Firebird test DBLele Gaifax2007-12-161-1/+1
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-42/+108
* implemented many-to-one comparisons to None generate <column> IS NULL, with c...Mike Bayer2007-12-121-1/+1
* - fix up the fixtures comparatorMike Bayer2007-12-091-12/+24
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-0/+11
* modified last commit; the eager loader only undefers columns from the primary...Mike Bayer2007-11-141-0/+11
* - fixed remainder of [ticket:853]Mike Bayer2007-11-071-1/+1
* Added testing.fails_on('db') failure-asserter.Jason Kirtland2007-11-051-17/+50
* More improvements to testlib's mapper decoratorJason Kirtland2007-11-021-9/+68
* Tweaks for assert_unordered_resultJason Kirtland2007-11-011-2/+8
* Added AssertMixin.assert_unordered_resultJason Kirtland2007-11-011-3/+48
* Added rowset() testing helper.Jason Kirtland2007-11-012-0/+10
* - merged factor_down_bindparams branch.Mike Bayer2007-11-011-6/+2
* Added command line options to add tripwires for __hash__, __eq__ and __nonzer...Jason Kirtland2007-10-313-1/+58
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-271-2/+6
* A --db alias for max.Jason Kirtland2007-10-241-0/+1
* Fixed assert_sql_count exception logic.Jason Kirtland2007-10-231-6/+4
* - removed __len__ from "dynamic" collection as it would require issuingMike Bayer2007-10-171-2/+5
* Restored unicode foreign key tests for [ticket:729].Jason Kirtland2007-10-141-2/+34
* - fixed three- and multi-level select and deferred inheritanceMike Bayer2007-09-291-5/+5
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-3/+3
* - merged sa_entity branch. the big change here is the attributes systemMike Bayer2007-09-221-4/+4