log tests/test_util.py @ 867:50c13e01c7e3

age author description
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
Thu, 19 Apr 2012 18:29:28 +0200 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
Thu, 19 Apr 2012 18:29:25 +0200 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
Wed, 15 Jun 2011 14:44:14 +0200 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
Thu, 10 Mar 2011 22:17:56 +0100 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
Tue, 30 Nov 2010 02:54:11 +0100 Dan Villiom Podlaski Christiansen test_util: make manifest filter use shared list of files to ignore
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support pushing subrepo based externals
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: preliminary support for subrepos based externals
Thu, 11 Nov 2010 21:30:31 +0100 Dan Villiom Podlaski Christiansen tests: make assertMultiLineEqual call super, if possible.
Thu, 11 Nov 2010 21:30:31 +0100 Dan Villiom Podlaski Christiansen test_utility_commands: use self.assertMultiLineEqual().
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen test_util: use SkipTest if provided by the unittest module.
Fri, 08 Oct 2010 13:58:26 -0500 Augie Fackler tests: fix test skipping in pure unittest
Mon, 04 Oct 2010 23:03:12 -0500 Augie Fackler test_util: new requiresmodule decorator for tests that require a feature
Mon, 04 Oct 2010 23:02:15 -0500 Augie Fackler test_util: refactor requiresoption to ease creation of other skip decorators
Mon, 04 Oct 2010 21:00:36 -0500 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
Sat, 02 Oct 2010 16:44:37 -0500 Augie Fackler requiresoption: raise SkipTest if available
Sat, 02 Oct 2010 16:44:17 -0500 Augie Fackler requiresoption: clean up docstring
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen test_util: add requiresoption decorator function.
Fri, 24 Sep 2010 22:11:24 +0200 Dan Villiom Podlaski Christiansen test_util: use the Mercurial dispatch logic for cloning repositories.
Mon, 20 Sep 2010 17:08:18 +0200 Dan Villiom Podlaski Christiansen tests: enable hgsubversion in the generated UI.
Wed, 08 Sep 2010 09:57:06 +0200 Peter Arrenbrecht tests: move _add_svn_rev to test_util for reuse
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen test_util: support specifying a start revision
Wed, 14 Jul 2010 15:39:24 +0200 Dan Villiom Podlaski Christiansen tests: verify locations of any imported hgsubversion modules
Wed, 14 Jul 2010 15:39:21 +0200 Dan Villiom Podlaski Christiansen tests: improve import logic
Sun, 27 Jun 2010 21:18:47 -0500 Augie Fackler push: return reasonable status codes to the end user 1.1.1
Tue, 22 Jun 2010 21:58:24 +0200 Dan Villiom Podlaski Christiansen test_util: add assertMultiLineEqual() method.
Fri, 26 Feb 2010 14:50:22 +0100 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
Sat, 06 Feb 2010 10:57:06 -0600 Augie Fackler test_util: add assertStringEqual to output diff output for string checks