Mercurial > hgsubversion
comparison tests/test_tags.py @ 337:46e69be8e2c8
Reorganize to have a more conventional module structure.
This means that hgsubversion now uses absolute imports instead of
relative ones, which makes the tests more reliable.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Wed, 13 May 2009 21:39:39 -0500 |
| parents | 75f082b5897e |
| children | af9fc01299b4 |
comparison
equal
deleted
inserted
replaced
| 336:c0b943cef0c3 | 337:46e69be8e2c8 |
|---|---|
| 4 from mercurial import node | 4 from mercurial import node |
| 5 from mercurial import ui | 5 from mercurial import ui |
| 6 | 6 |
| 7 import test_util | 7 import test_util |
| 8 | 8 |
| 9 import svnrepo | 9 from hgsubversion import svnrepo |
| 10 | 10 |
| 11 class TestTags(test_util.TestBase): | 11 class TestTags(test_util.TestBase): |
| 12 def _load_fixture_and_fetch(self, fixture_name, stupid=False): | 12 def _load_fixture_and_fetch(self, fixture_name, stupid=False): |
| 13 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, | 13 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, |
| 14 self.wc_path, stupid=stupid) | 14 self.wc_path, stupid=stupid) |
