Fri, 03 Jul 2015 06:56:03 +0900 |
FUJIWARA Katsunori |
run-tests.py: execute hghave by the path relative to run-tests.py
|
Sun, 31 May 2015 16:59:34 -0500 |
Matt Mackall |
tests: add (?) flag for optional lines
|
Tue, 26 May 2015 14:14:36 -0700 |
Pierre-Yves David |
devel: rename 'all' to 'all-warnings' (BC)
|
Fri, 22 May 2015 21:19:08 -0400 |
Augie Fackler |
run-tests: python3.5 now supports mkdtemp using bytes for paths
|
Fri, 22 May 2015 21:15:52 -0400 |
Augie Fackler |
run-tests: use items() instead of iteritems()
|
Mon, 18 May 2015 15:34:42 -0400 |
Matt Harbison |
run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)
|
Sun, 17 May 2015 21:47:18 -0400 |
Augie Fackler |
run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
|
Sun, 17 May 2015 21:40:12 -0400 |
Augie Fackler |
run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
|
Sun, 17 May 2015 21:26:04 -0400 |
Augie Fackler |
run-tests: insist that if people use Python 3, they use 3.5.x
|
Sun, 17 May 2015 21:18:56 -0400 |
Augie Fackler |
run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
|
Sun, 17 May 2015 21:17:13 -0400 |
Augie Fackler |
run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
|
Sun, 17 May 2015 21:12:33 -0400 |
Augie Fackler |
run-tests: introduce PYTHON3 boolean constant (issue4668)
|
Sun, 17 May 2015 21:15:45 -0400 |
Augie Fackler |
run-tests: drop subprocess _cleanup monkeypatch
|
Sun, 17 May 2015 21:15:04 -0400 |
Augie Fackler |
run-tests: drop wifexited polyfill
|
Wed, 13 May 2015 11:22:06 -0700 |
Augie Fackler |
run-tests: add a --profile-runner option
|
Thu, 07 May 2015 23:40:29 -0700 |
Pierre-Yves David |
run-tests: include 'start' and 'end' in --time output
|
Thu, 07 May 2015 23:34:58 -0700 |
Pierre-Yves David |
run-tests: track start and end time of tests
|
Fri, 08 May 2015 15:00:07 -0700 |
Pierre-Yves David |
run-test.py: greatly increase the priority of 'check-code' tests
|
Fri, 08 May 2015 00:04:07 -0700 |
Pierre-Yves David |
run-tests: allow different extra weight for slow tests
|
Tue, 14 Apr 2015 16:09:39 -0400 |
Augie Fackler |
run-tests: make sure all script lines are bytes
|
Tue, 14 Apr 2015 10:56:58 -0400 |
Augie Fackler |
run-tests: fix checking a line to see if it needs globbing
|
Tue, 14 Apr 2015 10:14:49 -0400 |
Augie Fackler |
run-tests: unblock running python tests in python 3
|
Mon, 13 Apr 2015 18:07:40 -0400 |
Augie Fackler |
run-tests: os.popen returns a string, make it bytes again
|
Mon, 13 Apr 2015 17:24:10 -0400 |
Augie Fackler |
run-tests: be more paranoid about os.system using bytes
|
Mon, 13 Apr 2015 17:17:17 -0400 |
Augie Fackler |
run-tests: blacklist entries are bytes, use bname to check blacklisting
|
Tue, 14 Apr 2015 16:24:32 -0400 |
Augie Fackler |
run-tests: write bytes to the binary buffer on sys.{stdout,stderr}
|
Tue, 14 Apr 2015 16:21:10 -0400 |
Augie Fackler |
run-tests: record faildata using bytes instead of str
|
Tue, 14 Apr 2015 16:18:11 -0400 |
Augie Fackler |
run-tests: do cdata escaping using bytes instead of str
|
Mon, 13 Apr 2015 16:33:12 -0400 |
Augie Fackler |
run-tests: make sure keyword(s) are in bytes and not str
|
Mon, 13 Apr 2015 16:31:19 -0400 |
Augie Fackler |
run-tests: use items instead of iteritems on dicts
|
Mon, 13 Apr 2015 16:30:40 -0400 |
Augie Fackler |
run-tests: refer to test.bname when sniffing for keywords
|
Mon, 13 Apr 2015 15:57:10 -0400 |
Augie Fackler |
run-tests: string-escape no longer exists in python 3, use unicode_escape
|
Mon, 13 Apr 2015 15:55:48 -0400 |
Augie Fackler |
run-tests: switch all uses of iolock.acquire() to a context manager
|
Tue, 21 Apr 2015 12:24:34 -0400 |
Augie Fackler |
run-tests: use difflib.diff_bytes on Python 3
|
Sun, 12 Apr 2015 16:14:07 -0400 |
Augie Fackler |
run-tests: fix installation of hg by bytesifying more constants
|
Sun, 12 Apr 2015 15:35:57 -0400 |
Augie Fackler |
run-tests: work around with_hg being bytes or string depending on provenance
|
Tue, 14 Apr 2015 16:03:04 -0400 |
Augie Fackler |
run-tests: even more bytestring annotations for Python 3
|
Tue, 14 Apr 2015 16:02:49 -0400 |
Augie Fackler |
run-tests: write bytes to sys.stdout.buffer in python 3
|
Tue, 14 Apr 2015 15:59:59 -0400 |
Augie Fackler |
run-tests: be more judicious about bytes vs string on test attrs
|
Tue, 14 Apr 2015 15:56:44 -0400 |
Augie Fackler |
run-tests: fix _findprogram to reliably return bytes
|
Tue, 14 Apr 2015 15:54:13 -0400 |
Augie Fackler |
run-tests: introduce a name for os.environb
|
Tue, 14 Apr 2015 15:52:45 -0400 |
Augie Fackler |
run-tests: work around chr() producing unicode in Python 3
|
Sat, 11 Apr 2015 18:28:32 -0400 |
Augie Fackler |
run-tests: use bytes when constructing shell script
|
Sat, 11 Apr 2015 18:26:58 -0400 |
Augie Fackler |
run-tests: use bytes explicitly for tmpdir and hgrc construction
|
Sat, 11 Apr 2015 18:22:25 -0400 |
Augie Fackler |
run-tests: work around the rename of xrange to range
|
Sat, 11 Apr 2015 18:20:44 -0400 |
Augie Fackler |
python3: update killdaemons and run-tests print and exception syntax
|
Thu, 07 May 2015 23:25:13 -0700 |
Pierre-Yves David |
run-tests: spread and document the content of time tuple
|
Thu, 07 May 2015 23:16:57 -0700 |
Pierre-Yves David |
run-tests: when building json, get time data in the same order as elsewhere
|
Thu, 07 May 2015 20:45:51 -0700 |
Pierre-Yves David |
run-tests: stop explicit expansion of time data
|
Fri, 08 May 2015 10:51:18 -0700 |
Pierre-Yves David |
run-tests: refactor json entry creation logic
|
Thu, 07 May 2015 23:20:24 -0700 |
Pierre-Yves David |
run-tests: when building json, use result.failures instead of result.faildata
|
Thu, 07 May 2015 17:14:00 -0700 |
Pierre-Yves David |
run-test: ensure the test ports are available before launching test
|
Thu, 07 May 2015 23:18:48 -0700 |
Pierre-Yves David |
run-tests: implement Test._testMethodName
|
Thu, 19 Mar 2015 13:15:20 -0700 |
Pierre-Yves David |
run-test: include test name in the return vlog
|
Fri, 17 Apr 2015 14:12:01 -0700 |
Gregory Szorc |
run-tests: don't error when glob matched line ends with backslash
stable
|
Sun, 12 Apr 2015 09:46:03 -0400 |
Pierre-Yves David |
run-test: enable the devel warning during tests
|
Sat, 11 Apr 2015 14:44:12 -0400 |
Pierre-Yves David |
run-tests: also follow symlink when update PATH with 'run-tests.py' dir
|
Sat, 28 Mar 2015 14:55:28 -0700 |
Gregory Szorc |
run-tests: obtain replacements inside Test._runcommand
|
Sat, 28 Mar 2015 14:28:22 -0700 |
Gregory Szorc |
run-tests: separate newline normalization from replacements
|
Sat, 28 Mar 2015 14:12:57 -0700 |
Gregory Szorc |
run-tests: remove arguments from Test._runcommand
|
Sat, 28 Mar 2015 14:08:25 -0700 |
Gregory Szorc |
run-tests: move run into Test class
|
Sat, 28 Mar 2015 19:39:03 -0700 |
Gregory Szorc |
run-tests: wait for test threads after first error
|
Sat, 28 Mar 2015 00:21:30 -0700 |
Gregory Szorc |
run-tests: report code coverage from source directory
|
Sat, 28 Mar 2015 00:47:58 -0700 |
Gregory Szorc |
run-tests: collect aggregate code coverage
|
Fri, 27 Mar 2015 23:17:19 -0700 |
Gregory Szorc |
run-tests: obtain code coverage via Python API
|
Sun, 29 Mar 2015 10:41:23 -0700 |
Gregory Szorc |
run-tests: explicitly handle unicode when writing xunit file
|
Fri, 13 Mar 2015 13:03:55 -0400 |
Augie Fackler |
run-tests: ignore ENOENT failures when removing old .err results
|
Fri, 13 Mar 2015 12:50:53 -0400 |
Augie Fackler |
run-tests: stop storing start/stop times in a dict by test name
|
Fri, 13 Mar 2015 12:47:16 -0400 |
Augie Fackler |
run-tests: avoid running the same test instance concurrently
|
Fri, 13 Mar 2015 11:21:53 -0400 |
Augie Fackler |
run-tests: add --runs-per-test flag
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 06 Feb 2015 16:33:05 -0800 |
Gregory Szorc |
run-tests: ensure install directories exist
|
Fri, 06 Feb 2015 16:15:02 -0800 |
Gregory Szorc |
run-tests: avoid printing extra newlines from install log
|
Thu, 22 Jan 2015 00:07:06 +0900 |
FUJIWARA Katsunori |
run-tests.py: inherit --pure option from outer run-tests.py execution
stable
|
Thu, 22 Jan 2015 00:03:58 +0900 |
FUJIWARA Katsunori |
run-tests.py: execute hghave with same env vars as ones for actual tests
stable
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
run-tests: include testdir in $PATH so tests easily can use helper tools
|
Thu, 27 Nov 2014 02:04:30 +0100 |
Mads Kiilerich |
run-tests: automatically add (glob) to "saved backup bundle to" lines
|
Wed, 19 Nov 2014 23:41:40 -0500 |
Matt Harbison |
run-tests: set a default largefiles usercache in the default hgrc file
|
Tue, 18 Nov 2014 22:02:00 -0500 |
Matt Harbison |
run-tests: don't warn on unnecessary globs mandated by check-code.py
|
Tue, 04 Nov 2014 12:46:00 -0500 |
Matt Harbison |
run-tests: include quotes in the HGEDITOR value when storing sys.executable
|
Mon, 10 Nov 2014 13:20:56 -0500 |
Augie Fackler |
run-tests: use a try/except ladder instead of looking for a specific version
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 23 Oct 2014 13:44:34 -0500 |
Matt Mackall |
run-tests: output diffs with only forward slashes
stable
|
Tue, 21 Oct 2014 23:16:46 +0900 |
Yuya Nishihara |
ui: separate option to show prompt echo, enabled only in tests (issue4417)
stable
|
Sat, 18 Oct 2014 21:52:11 +0900 |
Yuya Nishihara |
run-tests: clean up unused globals that were removed by tests-refactor series
|
Thu, 09 Oct 2014 17:00:29 -0700 |
Kyle Lippincott |
run-tests: more accurate/helpful message than "diff generation failed"
|
Thu, 09 Oct 2014 15:10:40 -0400 |
Augie Fackler |
run-tests: handle --jobs and --first gracefully
|
Fri, 19 Sep 2014 07:23:10 +0530 |
anuraggoel |
run-tests: added 'cuser', 'csys' time info in report.json file
|
Mon, 08 Sep 2014 16:41:00 +0200 |
anuraggoel |
run-tests: added '--json' functionality to store test result in json file
|
Sun, 31 Aug 2014 12:22:44 +0200 |
Gregory Szorc |
run-tests: make --interactive work with --view
|
Tue, 26 Aug 2014 22:03:30 +0200 |
Mads Kiilerich |
run-tests: report skipped tests as "skipped" - they might still be "relevant"
|
Thu, 14 Aug 2014 15:21:48 -0500 |
Matt Mackall |
merge with stable
|
Wed, 13 Aug 2014 18:50:35 -0500 |
Matt Mackall |
run-tests: fix some io ordering
stable
|
Tue, 12 Aug 2014 17:22:57 -0500 |
Matt Mackall |
merge with stable
|
Tue, 12 Aug 2014 11:17:29 -0500 |
Matt Mackall |
run-tests: don't double lines on build failure output
stable
|
Tue, 12 Aug 2014 11:02:30 -0500 |
Matt Mackall |
run-tests: self-test on Windows needs binary streams
stable
|
Tue, 12 Aug 2014 00:33:48 -0500 |
Matt Mackall |
run-tests: don't show 'i' for tests that don't match a keyword
|
Mon, 11 Aug 2014 17:45:50 -0500 |
Matt Mackall |
run-tests: attempt to fix iolock handling
|
Wed, 06 Aug 2014 10:34:54 -0500 |
Matt Mackall |
run-tests: add #require to abort full test
|
Tue, 05 Aug 2014 21:17:11 -0400 |
Augie Fackler |
run-tests: add support for xunit test reports
|
Mon, 28 Jul 2014 19:48:59 -0400 |
Augie Fackler |
run-tests: fix test result counts with --keyword specified or skips occurring
|
Mon, 04 Aug 2014 14:42:24 -0500 |
Matt Mackall |
run-tests: add iolock to failure output
|
Thu, 26 Jun 2014 01:22:50 +0530 |
anuraggoel |
run-tests: '--time' option provide more details to Linux users
|
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__
|
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()
|
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
|
Sun, 20 Apr 2014 11:47:40 -0700 |
Gregory Szorc |
run-tests: define custom result and runner classes for unittest
|
Sun, 20 Apr 2014 11:29:39 -0700 |
Gregory Szorc |
run-tests: start to report test results against TestResult
|
Sun, 20 Apr 2014 11:24:37 -0700 |
Gregory Szorc |
run-tests: give unittest wrapper a short description
|
Sun, 20 Apr 2014 11:22:08 -0700 |
Gregory Szorc |
run-tests: initial support for running tests with unittest
|
Sat, 17 May 2014 00:47:42 -0700 |
Pierre-Yves David |
run-tests: fix --interactive option
|
Sat, 17 May 2014 00:38:48 -0700 |
Pierre-Yves David |
run-test: fix AttributeError in the --interactive prompt
|
Sat, 17 May 2014 00:37:06 -0700 |
Pierre-Yves David |
run-test: restore the -i prompt by write .err before checking if it exists
|
Sun, 20 Apr 2014 11:04:25 -0700 |
Gregory Szorc |
run-tests: move _gethgpath() into TestRunner
|
Sun, 20 Apr 2014 10:34:52 -0700 |
Gregory Szorc |
run-tests: move string escaping to TTest
|
Sun, 20 Apr 2014 10:28:35 -0700 |
Gregory Szorc |
run-tests: add some docstrings
|
Sun, 20 Apr 2014 10:24:00 -0700 |
Gregory Szorc |
run-tests: move createhgrc into Test
|
Sun, 20 Apr 2014 10:19:58 -0700 |
Gregory Szorc |
run-tests: move SKIPPED_PREFIX and FAILED_PREFIX into TTest
|
Sun, 20 Apr 2014 10:16:36 -0700 |
Gregory Szorc |
run-tests: move SKIPPED_STATUS into Test class
|
Sun, 20 Apr 2014 10:14:25 -0700 |
Gregory Szorc |
run-tests: move parsehghaveoutput() into TTest
|
Sun, 20 Apr 2014 10:11:46 -0700 |
Gregory Szorc |
run-tests: make some methods of TestRunner internal
|
Sun, 20 Apr 2014 10:09:23 -0700 |
Gregory Szorc |
run-tests: eliminate main()
|
Sun, 20 Apr 2014 10:08:33 -0700 |
Gregory Szorc |
run-tests: move option parser logic to TestRunner.run()
|
Sun, 20 Apr 2014 10:06:19 -0700 |
Gregory Szorc |
run-tests: move umask into TestRunner.run()
|
Sun, 20 Apr 2014 10:05:00 -0700 |
Gregory Szorc |
run-tests: move checktools into TestRunner.run()
|
Sun, 20 Apr 2014 10:04:15 -0700 |
Gregory Szorc |
run-tests: move test discovery into TestRunner.run()
|
Sun, 20 Apr 2014 10:03:08 -0700 |
Gregory Szorc |
run-tests: move test shuffling and sorting into TestRunner
|
Sun, 20 Apr 2014 10:00:59 -0700 |
Gregory Szorc |
run-tests: assign testdir in TestRunner
|
Sun, 20 Apr 2014 09:59:01 -0700 |
Gregory Szorc |
run-tests: move hash seed logic to TestRunner
|
Sun, 20 Apr 2014 09:58:26 -0700 |
Gregory Szorc |
run-tests: move tmpdir calculations into TestRunner
|
Sun, 20 Apr 2014 09:57:02 -0700 |
Gregory Szorc |
run-tests: move more path calculations into TestRunner
|
Sun, 20 Apr 2014 09:54:28 -0700 |
Gregory Szorc |
run-tests: move pypath manipulation into TestRunner
|
Sun, 20 Apr 2014 09:49:33 -0700 |
Gregory Szorc |
run-tests: establish TestRunner.run()
|
Sun, 20 Apr 2014 09:44:39 -0700 |
Gregory Szorc |
run-tests: move program searching into TestRunner
|
Sun, 20 Apr 2014 09:40:27 -0700 |
Gregory Szorc |
run-tests: allow TestRunner to be passed into main()
|
Sun, 20 Apr 2014 00:23:06 -0700 |
Gregory Szorc |
run-tests: move test discovery logic into a function
|
Sun, 20 Apr 2014 00:12:26 -0700 |
Gregory Szorc |
run-tests: move scheduletests() into TestRunner
|
Sun, 20 Apr 2014 00:10:06 -0700 |
Gregory Szorc |
run-tests: move abort global to TestRunner
|
Sun, 20 Apr 2014 00:06:30 -0700 |
Gregory Szorc |
run-tests: move runtests() into TestRunner
|
Sun, 20 Apr 2014 00:03:32 -0700 |
Gregory Szorc |
run-tests: move results global into TestRunner
|
Sat, 19 Apr 2014 23:59:06 -0700 |
Gregory Szorc |
run-tests: move times global into TestRunner
|
Sat, 19 Apr 2014 23:53:23 -0700 |
Gregory Szorc |
run-tests: move gettest() into TestRunner
|
Sat, 19 Apr 2014 23:49:23 -0700 |
Gregory Szorc |
run-tests: move outputcoverage() into TestRunner
|
Sat, 19 Apr 2014 23:47:59 -0700 |
Gregory Szorc |
run-tests: move outputtimes() into TestRunner
|
Sat, 19 Apr 2014 23:44:56 -0700 |
Gregory Szorc |
run-tests: move checkhglib into TestRunner
|
Sat, 19 Apr 2014 23:43:00 -0700 |
Gregory Szorc |
run-tests: move installhg() into TestRunner
|
Sat, 19 Apr 2014 23:39:38 -0700 |
Gregory Szorc |
run-tests: move createdfiles out of a global and into TestRunner
|
Sat, 19 Apr 2014 23:38:10 -0700 |
Gregory Szorc |
run-tests: move usecorrectpython() into TestRunner
|
Sat, 19 Apr 2014 23:35:27 -0700 |
Gregory Szorc |
run-tests: move cleanup() into TestRunner
|
Sat, 19 Apr 2014 23:33:44 -0700 |
Gregory Szorc |
run-tests: add options to runner
|