diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_commands.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index 044caa9..17966b7 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -54,11 +54,6 @@ class testCommandsSimple(hazwaz.unittest.HazwazTestCase, CommandsMixin): for cmd in self.lesana.commands: cmd.editors = [("true", "true")] # re-index the collection before running each test - args = { - 'collection': self.tmpdir.name, - "files": None, - "reset": True, - } self.run_with_argv(self.lesana, [ "lesana", "index", |