comparison 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
comparison
equal deleted inserted replaced
193:6e3f99ba47ec 194:13ae1bded5e7
13 from mercurial import node 13 from mercurial import node
14 from mercurial import ui 14 from mercurial import ui
15 15
16 import fetch_command 16 import fetch_command
17 import push_cmd 17 import push_cmd
18
19 # Fixtures that need to be pulled at a subdirectory of the repo path
20 subdir = {'truncatedhistory.svndump': '/project2',
21 'fetch_missing_files_subdir.svndump': '/foo',
22 }
18 23
19 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)), 24 FIXTURES = os.path.join(os.path.abspath(os.path.dirname(__file__)),
20 'fixtures') 25 'fixtures')
21 26
22 def fileurl(path): 27 def fileurl(path):