Sun, 20 Apr 2014 15:00:13 -0700 |
Gregory Szorc |
run-tests: report test duration in Test.tearDown()
|
Sun, 20 Apr 2014 14:58:36 -0700 |
Gregory Szorc |
run-tests: store test return code and output in Test instance
|
Sun, 20 Apr 2014 14:55:33 -0700 |
Gregory Szorc |
run-tests: keep track of test start and stop in MercurialTest.run()
|
Sun, 20 Apr 2014 14:52:57 -0700 |
Gregory Szorc |
run-tests: keep track of test execution state in Test
|
Sun, 20 Apr 2014 14:41:11 -0700 |
Gregory Szorc |
run-tests: support setUp() and tearDown() in TestCase wrapper
|
Sun, 20 Apr 2014 14:34:03 -0700 |
Gregory Szorc |
run-tests: fail tests by raising an exception
|
Sun, 20 Apr 2014 14:32:03 -0700 |
Gregory Szorc |
run-tests: record warnings by raising WarnTest
|
Sun, 20 Apr 2014 14:28:29 -0700 |
Gregory Szorc |
run-tests: record ignored tests by raising IgnoreTest
|
Sun, 20 Apr 2014 14:23:50 -0700 |
Gregory Szorc |
run-tests: record skips by raising SkipTest
|
Sun, 20 Apr 2014 14:19:59 -0700 |
Gregory Szorc |
run-tests: implement TestCase.run()
|
Sun, 20 Apr 2014 14:04:37 -0700 |
Gregory Szorc |
run-tests: don't print progress from Test when in unittest mode
|
Sun, 20 Apr 2014 13:04:19 -0700 |
Gregory Szorc |
run-tests: define a custom TestSuite that uses _executetests()
|
Sun, 20 Apr 2014 13:00:40 -0700 |
Gregory Szorc |
run-tests: pass an optional TestResult into _executetests()
|
Sun, 20 Apr 2014 12:49:43 -0700 |
Gregory Szorc |
run-tests: pass Test instances into TestRunner._executetests()
|
Sat, 17 May 2014 12:35:44 -0700 |
Gregory Szorc |
run-tests: define cleanup() on unittest class
|