Mercurial > hgsubversion
comparison tests/test_fetch_exec.py @ 643:d2ef7220a079
tests: import test_util as the first module in all relevant tests
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 14 Jul 2010 15:39:18 +0200 |
| parents | 91c818377703 |
| children | 312b37bc5e20 |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import unittest | 3 import unittest |
| 2 | 4 |
| 3 from mercurial import node | 5 from mercurial import node |
| 4 | |
| 5 import test_util | |
| 6 | 6 |
| 7 class TestFetchExec(test_util.TestBase): | 7 class TestFetchExec(test_util.TestBase): |
| 8 def _load_fixture_and_fetch(self, fixture_name, stupid): | 8 def _load_fixture_and_fetch(self, fixture_name, stupid): |
| 9 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, | 9 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, |
| 10 self.wc_path, stupid=stupid) | 10 self.wc_path, stupid=stupid) |
