Wed, 04 Oct 2017 18:42:24 -0700 |
Jun Wu |
run-tests: move bisect logic to a separate method
|
Mon, 02 Oct 2017 18:22:43 -0700 |
Jun Wu |
test-logtoprocess: make it compatible with chg
|
Tue, 19 Sep 2017 00:09:37 -0400 |
Augie Fackler |
tests: fix run-tests XML reporting on Python 3
|
Tue, 19 Sep 2017 00:08:52 -0400 |
Augie Fackler |
tests: convert bisect support regex to binary
|
Tue, 19 Sep 2017 00:08:12 -0400 |
Augie Fackler |
tests: decode bytes path to hg command before hitting with shellquote
|
Tue, 19 Sep 2017 00:07:51 -0400 |
Augie Fackler |
tests: fix test-is-whitelisted check in run-tests
|
Tue, 19 Sep 2017 00:07:23 -0400 |
Augie Fackler |
tests: fix run-tests "slow test" check
|
Tue, 19 Sep 2017 00:06:57 -0400 |
Augie Fackler |
tests: fix run-tests default values in Test constructor
|
Mon, 18 Sep 2017 17:11:32 -0400 |
Augie Fackler |
tests: add support for listing tests to run in a file
|
Wed, 02 Aug 2017 21:24:29 -0700 |
Jun Wu |
run-tests: allow bisecting a different repo
|
Wed, 02 Aug 2017 21:01:38 -0700 |
Jun Wu |
run-tests: extract prefix of bisect commands to a variable
|
Wed, 02 Aug 2017 21:01:38 -0700 |
Jun Wu |
run-tests: pass --with-hg to run-tests.py command used by bisect
|
Sun, 20 Aug 2017 09:46:27 -0700 |
Jun Wu |
run-tests: make per-line condition support testcase names
|
Thu, 24 Aug 2017 22:20:02 +0900 |
Yuya Nishihara |
run-tests: pass unicode to Pygments
|
Thu, 24 Aug 2017 22:15:40 +0900 |
Yuya Nishihara |
run-tests: factor out highlight functions
|
Thu, 24 Aug 2017 22:09:57 +0900 |
Yuya Nishihara |
run-tests: include "\n" in formatted message instead of calling writeln()
|
Wed, 23 Aug 2017 01:08:09 +0000 |
Alex Gaynor |
tests: fixed a bytes/unicode confusion in the test runner
|
Tue, 22 Aug 2017 10:01:27 -0700 |
Martin von Zweigbergk |
run-tests: remove unused pygments token type
|
Mon, 21 Aug 2017 22:13:51 -0700 |
Martin von Zweigbergk |
run-tests: also highlight .py test files in summary messages
|
Tue, 22 Aug 2017 11:00:00 +0200 |
Matthieu Laneuville |
run-tests: pre instantiate pygments objects
|
Fri, 11 Aug 2017 14:21:49 +0200 |
Matthieu Laneuville |
run-tests: also color the summary messages (skipped, failed...)
|
Tue, 08 Aug 2017 15:07:05 -0400 |
Augie Fackler |
tests: fix up test-run-tests failures on Python 3.6
|
Tue, 18 Jul 2017 00:57:11 -0400 |
Matt Harbison |
run-tests: don't drop optional lines after a missing unconditional line
|
Tue, 18 Jul 2017 00:12:44 -0400 |
Matt Harbison |
run-tests: drop required (feature !) style lines when the output is missing
|
Wed, 26 Jul 2017 17:56:44 -0400 |
Augie Fackler |
tests: add support in run-tests.py for an environment variable to stop color
stable
|
Fri, 21 Jul 2017 08:43:39 -0700 |
Jun Wu |
run-tests: pre instantiate pygments objects
stable
|
Mon, 17 Jul 2017 16:32:10 -0700 |
Martin von Zweigbergk |
run-tests: remove unnecessary 'with_color' variable
|
Mon, 17 Jul 2017 16:27:13 -0700 |
Martin von Zweigbergk |
run-tests: warn if --color=always and no pygments installed
|
Mon, 17 Jul 2017 16:28:42 -0700 |
Martin von Zweigbergk |
run-tests: drop unnecessary check for pygmentspresent
|
Mon, 17 Jul 2017 16:15:15 -0700 |
Martin von Zweigbergk |
run-tests: pass color option via test case object , not global var
|