Mercurial > hg
log
age | author | description |
---|---|---|
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 |