log tests/test_util.py @ 882:07234759a3f7 1.4

age author description
2012-04-20 Patrick Mezard tests: remove useless imp imports
2012-04-19 Patrick Mezard test_util: remove self.repo_path, generate new paths each time
2012-04-19 Patrick Mezard test_util: pass repo_path to svnpropget(), turn into a function
2012-04-19 Patrick Mezard test_util: pass repo_path to svnco() explicitely
2012-04-19 Patrick Mezard test_util: pass repo_path to svnls(), turn it into a function
2012-04-19 Patrick Mezard test_util: pass repo_path to _add_svn_rev() explicitely
2012-04-19 Patrick Mezard test_util: add a load_and_fetch() returning the repo_path
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2012-04-19 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2011-06-15 Patrick Mezard Fix hg.clone() calls changed by d976542986d2
2011-06-15 Patrick Mezard test_util: handle dispatch.dispatch() taking a request
2011-03-10 Patrick Mezard pushmod: fix binary files svn:mime-type (issue255)
2010-11-30 Dan Villiom Podlaski Christiansen test_util: make manifest filter use shared list of files to ignore
2010-11-25 Patrick Mezard svnexternals: support pushing subrepo based externals
2010-11-25 Patrick Mezard svnexternals: preliminary support for subrepos based externals
2010-11-11 Dan Villiom Podlaski Christiansen tests: make assertMultiLineEqual call super, if possible.
2010-11-11 Dan Villiom Podlaski Christiansen test_utility_commands: use self.assertMultiLineEqual().
2010-10-09 Dan Villiom Podlaski Christiansen test_util: use SkipTest if provided by the unittest module.
2010-10-08 Augie Fackler tests: fix test skipping in pure unittest
2010-10-05 Augie Fackler test_util: new requiresmodule decorator for tests that require a feature
2010-10-05 Augie Fackler test_util: refactor requiresoption to ease creation of other skip decorators
2010-10-05 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
2010-10-02 Augie Fackler requiresoption: raise SkipTest if available
2010-10-02 Augie Fackler requiresoption: clean up docstring
2010-09-29 Dan Villiom Podlaski Christiansen test_util: add requiresoption decorator function.
2010-09-24 Dan Villiom Podlaski Christiansen test_util: use the Mercurial dispatch logic for cloning repositories.
2010-09-20 Dan Villiom Podlaski Christiansen tests: enable hgsubversion in the generated UI.
2010-09-08 Peter Arrenbrecht tests: move _add_svn_rev to test_util for reuse
2010-07-20 Dan Villiom Podlaski Christiansen test_util: support specifying a start revision
2010-07-14 Dan Villiom Podlaski Christiansen tests: verify locations of any imported hgsubversion modules
2010-07-14 Dan Villiom Podlaski Christiansen tests: improve import logic
2010-06-28 Augie Fackler push: return reasonable status codes to the end user 1.1.1
2010-06-22 Dan Villiom Podlaski Christiansen test_util: add assertMultiLineEqual() method.
2010-02-26 Dirkjan Ochtman tests: silence test suite by using quiet UIs everywhere
2010-02-06 Augie Fackler test_util: add assertStringEqual to output diff output for string checks
2010-02-06 Augie Fackler test_util: add tags to output of draw
2010-01-26 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
2010-01-29 Patrick Mezard test_util: add helper to draw repo with graphlog extension
2010-01-20 Patrick Mezard test_util: fix Windows test URLs
2009-12-17 Dirkjan Ochtman tests: make better use of the config options for fixture loading
2009-12-24 Augie Fackler tests: test paths with spaces
2009-12-24 Augie Fackler paths: autoescape paths from the user
2009-10-17 Augie Fackler Support for single-directory clones.
2009-09-16 Augie Fackler test_util: sort imports
2009-08-12 Augie Fackler test_util: fix up line endings
2009-09-16 Augie Fackler test_util: specify LANG=LC_ALL=C so l10n stops breaking tests
2009-07-29 Risto Kankkunen No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
2009-07-29 Risto Kankkunen Avoid 'ValueError: close_fds is not supported on Windows platforms' exception
2009-05-27 Augie Fackler test_util: make it easier to test odd push cases
2009-05-23 Augie Fackler test_util: Add another missing project root.
2009-05-22 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
2009-05-20 Dan Villiom Podlaski Christiansen Use fallbacks in the wrappers for Subversion support, instead of prefixes.
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-05-12 Dan Villiom Podlaski Christiansen test_util: Make the patching of ui.ui.write_err() slightly more reusable.
2009-05-12 Dan Villiom Podlaski Christiansen test_util: normalize path in svnls()
2009-05-15 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
2009-05-07 Dan Villiom Podlaski Christiansen alternate approach for supporting svn schemes for repository paths
2009-04-27 Martijn Pieters Implement the copy method on the mock ui to maintain it across tests.
2009-04-27 Martijn Pieters Rename parentui to src (after mercurial rev 9b8ac5fb7760)
2009-04-25 Martijn Pieters clone: prefer tip of default to overall tip when updating
2009-04-25 Augie Fackler push: Add a test that demonstrates base-text detection works
2009-04-21 Augie Fackler Fix rebuildmeta tests for empty_dir_in_trunk_not_repo_root
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-08 Dirkjan Ochtman Move push into svncommands.
2009-04-08 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
2009-03-31 Augie Fackler tests: Start providing our own custom hgrc for testing purposes.
2009-01-22 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.
2008-12-31 Patrick Mezard test_util: check all committed revisions are pushed
2008-12-21 Augie Fackler tests: Add an environment variable (HGSUBVERSION_TEST_TEMP) which allows
2008-12-12 Augie Fackler utility_commands: Add tests for url and info. Fix a bad mock in the process.
2008-12-12 Augie Fackler diff_cmd: more robust, add tests.
2008-11-25 Augie Fackler Fix a regression in converting repositories with files copied in from outside
2008-11-21 Patrick Mezard Add a test to check EOLs are correctly converted
2008-11-14 Augie Fackler tests: Mock the mercurial.ui.ui class like we really should to capture output.
2008-11-14 Patrick Mezard test_util: add commitchanges() to TestBase
2008-11-14 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation
2008-11-14 Patrick Mezard Extract PushTest common code into test_util.TestBase
2008-11-10 Patrick Mezard Fix basic issues with tests on Windows
2008-10-09 Augie Fackler Add tests for tags and fix a bug in the tag-finding code that was found by the tests.
2008-10-09 Augie Fackler Refactor tests so I can reuse code more.
2008-10-08 Augie Fackler Add a basic system for running the hgsubversion tests (although not the svnwrap ones) without requiring Nose. Nose is still the recommended way to run the tests. base tests/util.py@4dd40523b5fc