Mercurial > hgsubversion
comparison tests/test_fetch_branches.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 | 2723152c8111 |
children | e62e84a9464b |
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 hg | 5 from mercurial import hg |
4 from mercurial import node | 6 from mercurial import node |
5 from mercurial import util as hgutil | 7 from mercurial import util as hgutil |
6 | |
7 import test_util | |
8 | |
9 | 8 |
10 class TestFetchBranches(test_util.TestBase): | 9 class TestFetchBranches(test_util.TestBase): |
11 def _load_fixture_and_fetch(self, fixture_name, stupid, noupdate=True, | 10 def _load_fixture_and_fetch(self, fixture_name, stupid, noupdate=True, |
12 subdir=''): | 11 subdir=''): |
13 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, | 12 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, |