From 43403682736e44fc2fcdaf6bc959d8d07b2c6123 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 4 Aug 2022 20:07:43 +0200 Subject: qa fixes --- scripts/lesana | 2 -- tests/test_commands.py | 5 ----- 2 files changed, 7 deletions(-) diff --git a/scripts/lesana b/scripts/lesana index c2d0eec..6d7e4c0 100755 --- a/scripts/lesana +++ b/scripts/lesana @@ -8,9 +8,7 @@ import hazwaz import lesana.command - if __name__ == "__main__": - # setup logging for lesana cli logger = logging.getLogger('lesana') ch = logging.StreamHandler() 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", -- cgit v1.2.3