Mercurial > hgsubversion
comparison tests/test_fetch_command.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 | 95eca255739e |
| children | ae5968ffe6fe |
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 ui | 7 from mercurial import ui |
| 6 | |
| 7 import test_util | |
| 8 | 8 |
| 9 class TestBasicRepoLayout(test_util.TestBase): | 9 class TestBasicRepoLayout(test_util.TestBase): |
| 10 | 10 |
| 11 def test_no_dates(self): | 11 def test_no_dates(self): |
| 12 repo = self._load_fixture_and_fetch('test_no_dates.svndump') | 12 repo = self._load_fixture_and_fetch('test_no_dates.svndump') |
