Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -787/+0 |
| | | | | | See README.unittests for information on how to run the tests. [ticket:970] | ||||
* | Pulled callable into testlib because path fixup is not available at the ↵ | Michael Trier | 2008-12-21 | 1 | -1/+1 |
| | | | | point we need it. | ||||
* | *most* py3k warnings are resolved, with the exception of the various ↵ | Mike Bayer | 2008-12-18 | 1 | -20/+3 |
| | | | | | | __setslice__ related warnings I don't really know how to get rid of | ||||
* | merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives | Mike Bayer | 2008-12-18 | 1 | -0/+804 |
us a 2.5-frozen copy of unittest so we're insulated from unittest changes. |