Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -34/+0 |
| | | | | | See README.unittests for information on how to run the tests. [ticket:970] | ||||
* | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 1 | -5/+24 |
| | |||||
* | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -1/+1 |
| | | | | | tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed | ||||
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -1/+6 |
| | | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts | ||||
* | added stub/import tests for all dialects | Jason Kirtland | 2007-08-21 | 1 | -0/+10 |
post-refactor fix for access dialect |