summaryrefslogtreecommitdiff
path: root/test/testlib/assertsql.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-283/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* *most* py3k warnings are resolved, with the exception of the various ↵Mike Bayer2008-12-181-3/+4
| | | | | | __setslice__ related warnings I don't really know how to get rid of
* fix circular importMike Bayer2008-12-111-1/+2
|
* - reworked the "SQL assertion" code to something more flexible and based off ↵Mike Bayer2008-12-101-0/+281
of ConnectionProxy. upcoming changes to dependency.py will make use of the enhanced flexibility.