Fri, 18 Jul 2014 17:52:18 -0500 |
Matt Mackall |
run-tests: make --view work again
|
Sun, 06 Jul 2014 02:56:41 +0900 |
FUJIWARA Katsunori |
filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety
|
Tue, 05 Nov 2013 14:47:35 -0500 |
Augie Fackler |
run-tests: write out scripts in binary mode
|
Wed, 18 Jun 2014 20:51:49 -0500 |
Matt Mackall |
run-tests: hold iolock across diff/prompt when interactive
|
Fri, 13 Jun 2014 14:45:23 +0530 |
anuraggoel |
run-tests: fixes the '--interactive' option error
|
Fri, 13 Jun 2014 14:33:02 +0530 |
anuraggoel |
run-tests: checks behaviour of test on failure while testing
|
Thu, 12 Jun 2014 03:20:28 +0530 |
anuraggoel |
run-tests: fixes the number of tests ran when '--retest' is enabled
|
Thu, 12 Jun 2014 02:36:52 +0530 |
anuraggoel |
run-tests: skipped test should not produce 'i' mark while retesting
|
Fri, 13 Jun 2014 16:36:53 -0500 |
Matt Mackall |
run-tests: filter whitespace at end of error diffs
|
Thu, 12 Jun 2014 01:28:22 +0530 |
anuraggoel |
run-tests: produce '!' mark after running a failing test
|
Thu, 12 Jun 2014 01:36:57 +0530 |
anuraggoel |
run-tests: produce error on running a failing test
|
Tue, 10 Jun 2014 14:32:52 -0700 |
Pierre-Yves David |
run-tests: don't check for the mercurial library used when using --with-hg
|
Tue, 27 May 2014 19:21:12 -0700 |
Gregory Szorc |
run-tests: write .err files earlier
|
Tue, 27 May 2014 19:10:22 -0700 |
Gregory Szorc |
run-tests: exit with non-0 exit code when tests fail or warn
|
Sun, 25 May 2014 13:47:42 +0200 |
Mads Kiilerich |
run-tests: assign value to ESCAPEMAP - dict.update do not return self
|
Sun, 25 May 2014 13:47:19 +0200 |
Mads Kiilerich |
run-tests: fix invalid reference to stringescape after a36cc85a5b7b
|
Fri, 09 May 2014 16:13:14 -0700 |
Gregory Szorc |
run-tests: add docstrings
|
Fri, 09 May 2014 15:55:58 -0700 |
Gregory Szorc |
run-tests: avoid duplicate code in vlog()
|
Fri, 25 Apr 2014 15:34:28 -0700 |
Gregory Szorc |
run-tests: make attributes of TestRunner internal
|
Fri, 25 Apr 2014 15:11:38 -0700 |
Gregory Szorc |
run-tests: make testdir an argument of TestSuite.__init__
|
Fri, 25 Apr 2014 15:08:03 -0700 |
Gregory Szorc |
run-tests: move loop to a named argument of TestSuite.__init__
|
Fri, 25 Apr 2014 15:06:23 -0700 |
Gregory Szorc |
run-tests: make keywords a named argument to TestSuite.__init__
|
Fri, 25 Apr 2014 15:03:06 -0700 |
Gregory Szorc |
run-tests: make retest a named argument of TestSuite.__init__
|
Fri, 25 Apr 2014 15:00:54 -0700 |
Gregory Szorc |
run-tests: move whitelist and blacklist to named arguments of TestSuite
|
Fri, 25 Apr 2014 14:51:53 -0700 |
Gregory Szorc |
run-tests: pass jobs into TestSuite constructor
|
Tue, 22 Apr 2014 13:32:05 -0700 |
Gregory Szorc |
run-tests: move interactive test acceptance into TestResult
|
Tue, 22 Apr 2014 13:25:17 -0700 |
Gregory Szorc |
run-tests: raise WarnTest outside of Test.fail()
|
Tue, 22 Apr 2014 13:16:34 -0700 |
Gregory Szorc |
run-tests: move diff generation into TestResult
|
Tue, 22 Apr 2014 12:35:18 -0700 |
Gregory Szorc |
run-tests: remove global abort flag
|
Tue, 22 Apr 2014 12:20:10 -0700 |
Gregory Szorc |
run-tests: remove options from Test.__init__
|
Tue, 22 Apr 2014 12:17:23 -0700 |
Gregory Szorc |
run-tests: move shell to Test.__init__
|
Tue, 22 Apr 2014 12:15:55 -0700 |
Gregory Szorc |
run-tests: move py3kwarnings to Test.__init__
|
Tue, 22 Apr 2014 12:13:40 -0700 |
Gregory Szorc |
run-tests: move extra config options to Test.__init__
|
Tue, 22 Apr 2014 12:10:25 -0700 |
Gregory Szorc |
run-tests: refactor port number declaration
|
Tue, 22 Apr 2014 12:04:15 -0700 |
Gregory Szorc |
run-tests: move timeout into Test.__init__
|
Tue, 22 Apr 2014 12:01:31 -0700 |
Gregory Szorc |
run-tests: move interactive to Test.__init__
|
Tue, 22 Apr 2014 11:58:32 -0700 |
Gregory Szorc |
run-tests: move diff options into arguments of Test.__init__
|
Tue, 22 Apr 2014 11:44:34 -0700 |
Gregory Szorc |
run-tests: move debug into an argument to Test.__init__
|
Tue, 22 Apr 2014 11:41:10 -0700 |
Gregory Szorc |
run-tests: factor options.keep_tmpdir into an argument to Test.__init__
|
Tue, 22 Apr 2014 12:29:33 -0700 |
Gregory Szorc |
run-tests: remove redundant test name filter
|
Tue, 22 Apr 2014 11:38:14 -0700 |
Gregory Szorc |
run-tests: move test filtering into TestSuite.run()
|
Tue, 22 Apr 2014 10:13:41 -0700 |
Gregory Szorc |
run-tests: no longer pass a TestRunner into Test.__init__
|
Tue, 22 Apr 2014 10:12:19 -0700 |
Gregory Szorc |
run-tests: pass abort into Test.__init__
|
Tue, 22 Apr 2014 10:05:32 -0700 |
Gregory Szorc |
run-tests: pass temp dir into Test.__init__
|
Tue, 22 Apr 2014 10:01:22 -0700 |
Gregory Szorc |
run-tests: pass a full test path into Test.__init__
|
Mon, 21 Apr 2014 16:43:36 -0700 |
Gregory Szorc |
run-tests: factor refpath into Test classes
|
Sun, 20 Apr 2014 18:23:48 -0700 |
Gregory Szorc |
run-tests: don't trap exceptions in Test.runTest()
|
Sun, 20 Apr 2014 18:20:24 -0700 |
Gregory Szorc |
run-tests: factor options out of run()
|
Sun, 20 Apr 2014 18:15:38 -0700 |
Gregory Szorc |
run-tests: refactor temporary directories in Test
|
Sun, 20 Apr 2014 17:42:31 -0700 |
Gregory Szorc |
run-tests: move _executetests into TestSuite
|
Sun, 20 Apr 2014 17:39:26 -0700 |
Gregory Szorc |
run-tests: capture execution times in TestResult
|
Sun, 20 Apr 2014 17:28:24 -0700 |
Gregory Szorc |
run-tests: move outputtimes() into unittest runner class
|
Sun, 20 Apr 2014 17:21:24 -0700 |
Gregory Szorc |
run-tests: refactor how times are recorded
|
Sun, 20 Apr 2014 17:13:10 -0700 |
Gregory Szorc |
run-tests: eliminate Test._result
|
Sun, 20 Apr 2014 17:10:49 -0700 |
Gregory Szorc |
run-tests: replace Test.ignore() with raise IgnoreTest
|
Sun, 20 Apr 2014 17:09:52 -0700 |
Gregory Szorc |
run-tests: replace Test.skip() with raise SkipTest
|
Sun, 20 Apr 2014 17:06:57 -0700 |
Gregory Szorc |
run-tests: remove some legacy code around result handling
|
Sun, 20 Apr 2014 17:04:42 -0700 |
Gregory Szorc |
run-tests: merge MercurialTest into Test
|
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__
|