diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 20:07:43 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 20:07:43 +0200 |
commit | 43403682736e44fc2fcdaf6bc959d8d07b2c6123 (patch) | |
tree | 047415b704eead5754ab7c5092058f053850fd9a /tests/test_commands.py | |
parent | 495cf0d0aea4447b66f4f2a4797efbdbd78d9a56 (diff) |
qa fixes
Diffstat (limited to 'tests/test_commands.py')
-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", |