Collin Winter
|
c2898c5a67
|
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
|
2007-04-25 17:29:52 +00:00 |
Jim Fulton
|
9f556a408b
|
setUp and tearDown functions are now passed the test object
|
2004-08-28 14:58:31 +00:00 |
Jim Fulton
|
d15dc06df0
|
Implemented thread-local data as proposed on python-dev:
http://mail.python.org/pipermail/python-dev/2004-June/045785.html
|
2004-07-14 19:11:50 +00:00 |