summaryrefslogtreecommitdiff
path: root/test/testlib/sa_unittest.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-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 Trier2008-12-211-1/+1
| | | | point we need it.
* *most* py3k warnings are resolved, with the exception of the various ↵Mike Bayer2008-12-181-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 givesMike Bayer2008-12-181-0/+804
us a 2.5-frozen copy of unittest so we're insulated from unittest changes.