summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/suite.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-221-0/+2
* Addition of setUpClass and setUpModule shared fixtures to unittest.Michael Foord2010-03-071-8/+191
* Change error report when the object passed to suite.addTest is notR. David Murray2010-01-281-1/+1
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-131-1/+2
* split unittest.py into a packageBenjamin Peterson2009-07-191-0/+71