Skip to content
Snippets Groups Projects
Verified Commit c4c68e3a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tests: Remove unneeded steps

parent ecca3416
No related branches found
Tags v0.0.166
No related merge requests found
......@@ -37,9 +37,6 @@ class ContentMetadataTestIndexer(ContentMetadataIndexer):
def parse_config_file(self, *args, **kwargs):
assert False, 'should not be called; the rev indexer configures it.'
def prepare(self):
super().prepare()
class RevisionMetadataTestIndexer(RevisionMetadataIndexer):
"""Specific indexer whose configuration is enough to satisfy the
......@@ -54,10 +51,6 @@ class RevisionMetadataTestIndexer(RevisionMetadataIndexer):
'tools': TRANSLATOR_TOOL,
}
def prepare(self):
super().prepare()
self.tools = list(self.register_tools(self.config['tools']))
class Metadata(unittest.TestCase):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment