| Commit message (Expand) | Author | Age | Files | Lines |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -919/+0 |
* | - removed test.testing.ORMTest, test.fixtures, and all | Mike Bayer | 2009-06-02 | 1 | -61/+0 |
* | Pulled callable into testlib because path fixup is not available at the point... | Michael Trier | 2008-12-21 | 1 | -3/+1 |
* | merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives | Mike Bayer | 2008-12-18 | 1 | -40/+33 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -0/+2 |
* | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -4/+5 |
* | Implemented experimental savepoint support in mssql. There are still some fai... | Michael Trier | 2008-12-11 | 1 | -0/+24 |
* | fix circular import | Mike Bayer | 2008-12-11 | 1 | -1/+4 |
* | - PickleType now favors == comparison by default, | Mike Bayer | 2008-12-11 | 1 | -4/+4 |
* | - reworked the "SQL assertion" code to something more flexible and based off ... | Mike Bayer | 2008-12-10 | 1 | -129/+25 |
* | - switched session.save() to session.add() throughout declarative test | Mike Bayer | 2008-11-14 | 1 | -0/+2 |
* | - Removed the 'properties' attribute of the | Mike Bayer | 2008-11-09 | 1 | -2/+2 |
* | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 1 | -1/+1 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
* | - Fleshed out Session.get_bind(), generating a couple todos: [ticket:1053], [... | Jason Kirtland | 2008-05-20 | 1 | -16/+24 |
* | - changed char_length() to use a fake, neutral "generic function" | Mike Bayer | 2008-05-19 | 1 | -1/+1 |
* | Minor doc fixes | Lele Gaifax | 2008-05-15 | 1 | -2/+2 |
* | - Removed @unsupported | Jason Kirtland | 2008-05-14 | 1 | -3/+44 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -2/+3 |
* | - Reworked test/orm/mapper | Jason Kirtland | 2008-05-13 | 1 | -2/+2 |
* | correcting dataload profiles for various tests | Mike Bayer | 2008-05-10 | 1 | -1/+1 |
* | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -29/+147 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -34/+100 |
* | - Squashed 2.4 generators. | Jason Kirtland | 2008-04-01 | 1 | -1/+3 |
* | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -2/+2 |
* | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -1/+10 |
* | (Whoops,) | Jason Kirtland | 2008-03-11 | 1 | -1/+1 |
* | - Take broken mysql 4.1 column defaulting into account. | Jason Kirtland | 2008-03-11 | 1 | -0/+4 |
* | - increased assert_tabels_equal failure verbosity | Jason Kirtland | 2008-03-11 | 1 | -1/+1 |
* | corrected assert_raises to be consistent with existing assertRaises() unittes... | Mike Bayer | 2008-03-06 | 1 | -4/+3 |
* | - added assert_raises() to TestBase class | Mike Bayer | 2008-03-06 | 1 | -2/+10 |
* | - modernized cascade.py tests | Mike Bayer | 2008-02-17 | 1 | -1/+5 |
* | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -6/+6 |
* | - Table columns and constraints can be overridden on a | Mike Bayer | 2008-02-10 | 1 | -5/+36 |
* | - added generative where(<criterion>) method to delete() | Mike Bayer | 2008-02-08 | 1 | -2/+2 |
* | - Added a simple @future test marker. | Jason Kirtland | 2008-01-28 | 1 | -0/+19 |
* | - Fixed little think-o in fails_if | Jason Kirtland | 2008-01-28 | 1 | -1/+1 |
* | - 2.3 fixup part three: 100% on postgres, mysql | Jason Kirtland | 2008-01-22 | 1 | -0/+20 |
* | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -0/+31 |
* | - Restored 2.3 compat. in lib/sqlalchemy | Jason Kirtland | 2008-01-19 | 1 | -31/+11 |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -1/+3 |
* | - Undeclared SAWarnings are now fatal to tests as well. | Jason Kirtland | 2008-01-12 | 1 | -11/+52 |
* | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -15/+57 |
* | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -0/+13 |
* | Add Firebird to the list of DBs that needs explicit sequences | Lele Gaifax | 2007-12-18 | 1 | -2/+1 |
* | - Removed @testing.supported. Dialects in development or maintained outside | Jason Kirtland | 2007-12-13 | 1 | -42/+108 |
* | - fixed remainder of [ticket:853] | Mike Bayer | 2007-11-07 | 1 | -1/+1 |
* | Added testing.fails_on('db') failure-asserter. | Jason Kirtland | 2007-11-05 | 1 | -17/+50 |
* | Tweaks for assert_unordered_result | Jason Kirtland | 2007-11-01 | 1 | -2/+8 |
* | Added AssertMixin.assert_unordered_result | Jason Kirtland | 2007-11-01 | 1 | -3/+48 |