Mercurial > hgsubversion
diff tests/test_util.py @ 194:13ae1bded5e7
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.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 21 Jan 2009 20:27:51 -0600 |
parents | d046bef502d7 |
children | b1543f243910 |
line wrap: on
line diff
--- a/tests/test_util.py +++ b/tests/test_util.py @@ -16,6 +16,11 @@ from mercurial import ui import fetch_command import push_cmd +# Fixtures that need to be pulled at a subdirectory of the repo path +subdir = {'truncatedhistory.svndump': '/project2', + 'fetch_missing_files_subdir.svndump': '/foo', + } + FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'fixtures')