summaryrefslogtreecommitdiff
path: root/test/testenv.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-36/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* - switched session.save() to session.add() throughout declarative testMike Bayer2008-11-141-0/+1
| | | | | | | | - Fixed PendingDeprecationWarning involving order_by parameter on relation(). [ticket:1226] - Unit tests still filter pending deprecation warnings but have a commented-out line to temporarily disable this behavior. Tests need to be fully converted before we can turn this on.
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-1/+6
|
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-0/+30
- 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