log tests/test_util.py @ 744:6d6be5284056

age author description
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
Sat, 06 Feb 2010 10:36:12 -0600 Augie Fackler test_util: add tags to output of draw
Tue, 26 Jan 2010 17:36:13 +0100 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard test_util: add helper to draw repo with graphlog extension
Wed, 20 Jan 2010 20:50:59 +0100 Patrick Mezard test_util: fix Windows test URLs
Thu, 17 Dec 2009 14:44:07 +0100 Dirkjan Ochtman tests: make better use of the config options for fixture loading
Thu, 24 Dec 2009 13:38:06 -0600 Augie Fackler tests: test paths with spaces
Thu, 24 Dec 2009 13:30:08 -0600 Augie Fackler paths: autoescape paths from the user
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Tue, 15 Sep 2009 22:34:53 -0400 Augie Fackler test_util: sort imports
Wed, 12 Aug 2009 16:54:21 -0400 Augie Fackler test_util: fix up line endings
Tue, 15 Sep 2009 22:33:41 -0400 Augie Fackler test_util: specify LANG=LC_ALL=C so l10n stops breaking tests
Wed, 29 Jul 2009 19:01:13 +0300 Risto Kankkunen No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
Wed, 29 Jul 2009 17:26:29 +0300 Risto Kankkunen Avoid 'ValueError: close_fds is not supported on Windows platforms' exception
Wed, 27 May 2009 15:51:04 -0500 Augie Fackler test_util: make it easier to test odd push cases
Fri, 22 May 2009 23:37:33 -0500 Augie Fackler test_util: Add another missing project root.
Fri, 22 May 2009 15:12:31 +0200 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
Wed, 20 May 2009 18:38:01 +0200 Dan Villiom Podlaski Christiansen Use fallbacks in the wrappers for Subversion support, instead of prefixes.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure.
Tue, 12 May 2009 20:14:15 +0200 Dan Villiom Podlaski Christiansen test_util: Make the patching of ui.ui.write_err() slightly more reusable.
Tue, 12 May 2009 20:12:32 +0200 Dan Villiom Podlaski Christiansen test_util: normalize path in svnls()
Fri, 15 May 2009 19:18:43 +0200 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
Thu, 07 May 2009 20:50:53 +0200 Dan Villiom Podlaski Christiansen alternate approach for supporting svn schemes for repository paths
Mon, 27 Apr 2009 22:39:48 +0200 Martijn Pieters Implement the copy method on the mock ui to maintain it across tests.
Mon, 27 Apr 2009 09:39:39 -0500 Martijn Pieters Rename parentui to src (after mercurial rev 9b8ac5fb7760)
Fri, 24 Apr 2009 20:36:38 -0500 Martijn Pieters clone: prefer tip of default to overall tip when updating
Fri, 24 Apr 2009 20:31:17 -0500 Augie Fackler push: Add a test that demonstrates base-text detection works
Tue, 21 Apr 2009 15:25:08 -0500 Augie Fackler Fix rebuildmeta tests for empty_dir_in_trunk_not_repo_root
Fri, 10 Apr 2009 22:38:29 -0500 Augie Fackler Move wrappers for hg commands to their own module.
Wed, 08 Apr 2009 17:53:48 +0200 Dirkjan Ochtman Move push into svncommands.
Wed, 08 Apr 2009 17:49:30 +0200 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
Tue, 31 Mar 2009 10:50:21 -0500 Augie Fackler tests: Start providing our own custom hgrc for testing purposes.
Wed, 21 Jan 2009 20:27:51 -0600 Augie Fackler Add some comprehensive tests that can be run with nose in order to make it easier to verify stupid and real replay do the same thing.
Tue, 30 Dec 2008 20:33:57 -0600 Patrick Mezard test_util: check all committed revisions are pushed
Sat, 20 Dec 2008 19:13:46 -0600 Augie Fackler tests: Add an environment variable (HGSUBVERSION_TEST_TEMP) which allows
Thu, 11 Dec 2008 20:24:48 -0600 Augie Fackler utility_commands: Add tests for url and info. Fix a bad mock in the process.
Thu, 11 Dec 2008 19:49:36 -0600 Augie Fackler diff_cmd: more robust, add tests.
Tue, 25 Nov 2008 16:21:57 -0600 Augie Fackler Fix a regression in converting repositories with files copied in from outside
Thu, 20 Nov 2008 22:41:16 -0600 Patrick Mezard Add a test to check EOLs are correctly converted
Fri, 14 Nov 2008 16:52:30 -0600 Augie Fackler tests: Mock the mercurial.ui.ui class like we really should to capture output.
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard test_util: add commitchanges() to TestBase