Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -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 Bayer | 2008-12-18 | 1 | -3/+4 |
| | | | | | | __setslice__ related warnings I don't really know how to get rid of | ||||
* | fix circular import | Mike Bayer | 2008-12-11 | 1 | -1/+2 |
| | |||||
* | - reworked the "SQL assertion" code to something more flexible and based off ↵ | Mike Bayer | 2008-12-10 | 1 | -0/+281 |
of ConnectionProxy. upcoming changes to dependency.py will make use of the enhanced flexibility. |