summaryrefslogtreecommitdiff
path: root/tests/test_branch_mapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_branch_mapper.py')
-rw-r--r--tests/test_branch_mapper.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_branch_mapper.py b/tests/test_branch_mapper.py
index 00450c9..6d6f170 100644
--- a/tests/test_branch_mapper.py
+++ b/tests/test_branch_mapper.py
@@ -22,9 +22,15 @@ from bzrlib.plugins.fastimport import (
branch_mapper,
)
+from bzrlib.plugins.fastimport.tests import (
+ FastimportFeature,
+ )
+
class TestBranchMapper(tests.TestCase):
+ _test_needs_features = [FastimportFeature]
+
def test_git_to_bzr(self):
m = branch_mapper.BranchMapper()
for git, bzr in {