Wed, 23 Apr 2014 20:52:10 -0500 |
Sean Farley |
basectx: add _manifestmatches method
|
Tue, 11 Mar 2014 18:35:39 -0500 |
Sean Farley |
localrepo: always set the variable r in status method
|
Sun, 20 Apr 2014 16:44:45 -0700 |
Gregory Szorc |
run-tests: execute tests via unittest
|
Tue, 22 Apr 2014 13:37:27 -0700 |
Gregory Szorc |
run-tests: implement Test.__str__
|
Mon, 21 Apr 2014 12:15:55 -0700 |
Gregory Szorc |
run-tests: make failure reporting in unittest mode equivalent to default
|
Sun, 20 Apr 2014 16:54:51 -0700 |
Gregory Szorc |
run-tests: ignore failures from rmtree
|
Sun, 20 Apr 2014 16:53:49 -0700 |
Gregory Szorc |
run-tests: abort tests after first failure in unittest mode
|
Sun, 20 Apr 2014 16:39:05 -0700 |
Gregory Szorc |
run-tests: print compatible output from TextTestRunner
|
Sun, 20 Apr 2014 16:17:18 -0700 |
Gregory Szorc |
run-tests: don't print results in unittest mode
|
Sun, 20 Apr 2014 15:53:25 -0700 |
Gregory Szorc |
run-tests: move errpath deletion to setUp()
|
Sun, 20 Apr 2014 15:46:34 -0700 |
Gregory Szorc |
run-tests: kill daemons during tearDown()
|
Mon, 21 Apr 2014 09:30:11 -0700 |
Gregory Szorc |
run-tests: move err file writing to tearDown()
|
Sun, 20 Apr 2014 15:40:22 -0700 |
Gregory Szorc |
run-tests: refactor testtmp
|
Sun, 20 Apr 2014 15:19:21 -0700 |
Gregory Szorc |
run-tests: store skipped state on Test
|
Sun, 20 Apr 2014 15:16:29 -0700 |
Gregory Szorc |
run-tests: move some functionality to Test.tearDown()
|
Sun, 20 Apr 2014 15:08:05 -0700 |
Gregory Szorc |
run-tests: store last result in Test._result
|
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()
|