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
|
Sun, 20 Apr 2014 12:45:44 -0700 |
Gregory Szorc |
run-tests: rename Test._test to Test.name
|
Sun, 20 Apr 2014 12:19:48 -0700 |
Gregory Szorc |
run-tests: teach Test instances whether they are in unittest mode
|
Sun, 20 Apr 2014 11:55:02 -0700 |
Gregory Szorc |
run-tests: teach unittest about warned results
|
Sun, 20 Apr 2014 11:52:41 -0700 |
Gregory Szorc |
run-tests: document how success code is handled
|
Sun, 20 Apr 2014 11:51:11 -0700 |
Gregory Szorc |
run-tests: teach unittest about ignored tests
|
Sun, 20 Apr 2014 11:48:19 -0700 |
Gregory Szorc |
run-tests: teach unittest about skipped tests
|