diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-06 01:45:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-06 01:45:23 +0200 |
commit | 0bb3501e981f403ab6584210d45e8ff0504982e0 (patch) | |
tree | e656bddc50538736cb766f968d7d68e5ad95d7e2 /tests/__init__.py | |
parent | c60068bd0035e829a1e11a55d9bd6fe2cde65a32 (diff) | |
download | bzr-fastimport-0bb3501e981f403ab6584210d45e8ff0504982e0.tar.gz |
Remove processors, now in python-fastimport.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 4 |
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() |