Mercurial > hgsubversion
comparison tests/test_fetch_mappings.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 | 67513cca972f |
| children | 841399d10c79 |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 """Tests for author maps and file maps. | 1 """Tests for author maps and file maps. |
| 2 """ | 2 """ |
| 3 import test_util | |
| 4 | |
| 3 import os | 5 import os |
| 4 import unittest | 6 import unittest |
| 5 | 7 |
| 6 from mercurial import commands | 8 from mercurial import commands |
| 7 from mercurial import hg | 9 from mercurial import hg |
| 8 from mercurial import node | 10 from mercurial import node |
| 9 from mercurial import util as hgutil | 11 from mercurial import util as hgutil |
| 10 | |
| 11 import test_util | |
| 12 | 12 |
| 13 from hgsubversion import maps | 13 from hgsubversion import maps |
| 14 from hgsubversion import svncommands | 14 from hgsubversion import svncommands |
| 15 | 15 |
| 16 class MapTests(test_util.TestBase): | 16 class MapTests(test_util.TestBase): |
