summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-06 01:45:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-06 01:45:23 +0200
commit0bb3501e981f403ab6584210d45e8ff0504982e0 (patch)
treee656bddc50538736cb766f968d7d68e5ad95d7e2 /tests/__init__.py
parentc60068bd0035e829a1e11a55d9bd6fe2cde65a32 (diff)
downloadbzr-fastimport-0bb3501e981f403ab6584210d45e8ff0504982e0.tar.gz
Remove processors, now in python-fastimport.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index dac7575..5c5f88e 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -23,11 +23,7 @@ from bzrlib.tests.TestUtil import TestLoader
def test_suite():
module_names = [__name__ + '.' + x for x in [
'test_branch_mapper',
- 'test_filter_processor',
'test_generic_processor',
- 'test_head_tracking',
- 'test_helpers',
- 'test_parser',
'test_revision_store',
]]
loader = TestLoader()