summaryrefslogtreecommitdiff
path: root/Lib/test/test_threading_local.py
Commit message (Collapse)AuthorAgeFilesLines
* Standardize on test.test_support.run_unittest() (as opposed to a mix of ↵Collin Winter2007-04-251-1/+1
| | | | run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
* setUp and tearDown functions are now passed the test objectJim Fulton2004-08-281-2/+2
|
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+26
http://mail.python.org/pipermail/python-dev/2004-June/045785.html