Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7031: Add TestCase.assertIsInstance and negated method. | Georg Brandl | 2009-10-01 | 1 | -0/+13 |
* | Fix some weird whitespace and two other overlong lines. | Georg Brandl | 2009-10-01 | 1 | -4/+7 |
* | Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc... | Michael Foord | 2009-09-27 | 1 | -5/+8 |
* | Test discovery in unittest will only attempt to import modules that are impor... | Michael Foord | 2009-09-13 | 2 | -16/+46 |
* | unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute.... | Michael Foord | 2009-09-13 | 1 | -2/+2 |
* | Objects that compare equal automatically pass or fail assertAlmostEqual and a... | Michael Foord | 2009-09-13 | 1 | -1/+9 |
* | issue 6275 | Kristján Valur Jónsson | 2009-08-27 | 1 | -0/+1 |
* | split unittest.py into a package | Benjamin Peterson | 2009-07-19 | 9 | -0/+1773 |