comparison tests/test_fetch_symlinks.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 b37c401b7f92
children b3128fec5d54
comparison
equal deleted inserted replaced
642:c2d606a1dc6f 643:d2ef7220a079
1 import unittest
2
3 import test_util 1 import test_util
4 2
3 import unittest
5 4
6 class TestFetchSymlinks(test_util.TestBase): 5 class TestFetchSymlinks(test_util.TestBase):
7 def _load_fixture_and_fetch(self, fixture_name, stupid): 6 def _load_fixture_and_fetch(self, fixture_name, stupid):
8 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path, 7 return test_util.load_fixture_and_fetch(fixture_name, self.repo_path,
9 self.wc_path, stupid=stupid) 8 self.wc_path, stupid=stupid)