summaryrefslogtreecommitdiff
path: root/test/testlib/testing.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-919/+0
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-61/+0
* Pulled callable into testlib because path fixup is not available at the point...Michael Trier2008-12-211-3/+1
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-40/+33
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-0/+2
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-4/+5
* Implemented experimental savepoint support in mssql. There are still some fai...Michael Trier2008-12-111-0/+24
* fix circular importMike Bayer2008-12-111-1/+4
* - PickleType now favors == comparison by default,Mike Bayer2008-12-111-4/+4
* - reworked the "SQL assertion" code to something more flexible and based off ...Mike Bayer2008-12-101-129/+25
* - switched session.save() to session.add() throughout declarative testMike Bayer2008-11-141-0/+2
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-2/+2
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* - Fleshed out Session.get_bind(), generating a couple todos: [ticket:1053], [...Jason Kirtland2008-05-201-16/+24
* - changed char_length() to use a fake, neutral "generic function"Mike Bayer2008-05-191-1/+1
* Minor doc fixesLele Gaifax2008-05-151-2/+2
* - Removed @unsupportedJason Kirtland2008-05-141-3/+44
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-2/+3
* - Reworked test/orm/mapperJason Kirtland2008-05-131-2/+2
* correcting dataload profiles for various testsMike Bayer2008-05-101-1/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-29/+147
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-34/+100
* - Squashed 2.4 generators.Jason Kirtland2008-04-011-1/+3
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-2/+2
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-1/+10
* (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
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-6/+6
* - Table columns and constraints can be overridden on aMike Bayer2008-02-101-5/+36
* - 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
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-0/+20
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-0/+31
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-31/+11
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-1/+3
* - 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
* Add Firebird to the list of DBs that needs explicit sequencesLele Gaifax2007-12-181-2/+1
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-42/+108
* - fixed remainder of [ticket:853]Mike Bayer2007-11-071-1/+1
* Added testing.fails_on('db') failure-asserter.Jason Kirtland2007-11-051-17/+50
* Tweaks for assert_unordered_resultJason Kirtland2007-11-011-2/+8
* Added AssertMixin.assert_unordered_resultJason Kirtland2007-11-011-3/+48