log tests/run.py @ 833:312b37bc5e20

age author description
Wed, 12 Oct 2011 15:43:31 +0800 Yonggang Luo tests: avoid shadowing Python builtin all()
Fri, 08 Oct 2010 13:58:26 -0500 Augie Fackler tests: fix test skipping in pure unittest
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen clone: call the wrapped function (fixes #181)
Tue, 14 Sep 2010 15:25:45 +0200 Dan Villiom Podlaski Christiansen testrunner: don't use os.putenv(), as it may not affect os.environ.
Wed, 08 Sep 2010 09:50:11 +0200 Peter Arrenbrecht tests: add --show-stdout option to run.py
Thu, 02 Sep 2010 21:30:17 +0200 Andi Albrecht Add svnrev, svnpath and svnuuid keyword.
Thu, 02 Sep 2010 23:23:02 +0200 Dan Villiom Podlaski Christiansen tests: add an option to the test-runner for selecting bindings.
Tue, 20 Jul 2010 12:53:47 +0200 Dan Villiom Podlaski Christiansen test_startrev: new tests inspired by test_rebuildmeta
Wed, 14 Jul 2010 15:39:21 +0200 Dan Villiom Podlaski Christiansen tests: improve import logic
Sun, 04 Jul 2010 21:41:42 +0100 James McKay tests: Use tempfile.TemporaryFile instead of os.tmpfile() to redirect stdout.
Tue, 18 May 2010 14:46:50 -0500 Augie Fackler tests/run.py: make sure our hgsubversion loads correctly
Fri, 14 May 2010 20:27:24 +0200 Dan Villiom Podlaski Christiansen testrunner: use demandimport, with an option to disable it
Fri, 14 May 2010 20:26:06 +0200 Dan Villiom Podlaski Christiansen testrunner: delay and `simplify' importing of tests
Fri, 14 May 2010 17:39:26 +0200 Dan Villiom Podlaski Christiansen testrunner: use optparse
Fri, 26 Feb 2010 14:52:50 +0100 Dirkjan Ochtman tests: make sure single dir clone tests get run by non-nose users