merge the test/ directory from -r5438:5439 of py3k_warnings branch. this gives

us a 2.5-frozen copy of unittest so we're insulated from unittest changes.
This commit is contained in:
Mike Bayer
2008-12-18 18:11:12 +00:00
parent be5d326343
commit d76dc73f33
17 changed files with 856 additions and 51 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import testenv; testenv.configure_for_tests()
import unittest
from testlib import sa_unittest as unittest
def suite():