summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorIan Clatworthy <ian.clatworthy@canonical.com>2009-02-25 20:00:01 +1000
committerIan Clatworthy <ian.clatworthy@canonical.com>2009-02-25 20:00:01 +1000
commitd94cb62848a9bac7e6edd1be94a1c526419b7538 (patch)
tree5896ee318226ff31e1d267615f24a84b7e46b85a /tests/__init__.py
parente5a35523b65a84b8400e1244caf249ce08938995 (diff)
downloadbzr-fastimport-d94cb62848a9bac7e6edd1be94a1c526419b7538.tar.gz
nicer and round-trippable mapping of git ref names to bzr branch names
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 479efb1..74ef4b1 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -22,6 +22,7 @@ from bzrlib.tests.TestUtil import TestLoader, TestSuite
def test_suite():
module_names = [
+ 'bzrlib.plugins.fastimport.tests.test_branch_mapper',
'bzrlib.plugins.fastimport.tests.test_commands',
'bzrlib.plugins.fastimport.tests.test_errors',
'bzrlib.plugins.fastimport.tests.test_filter_processor',