diff options
-rwxr-xr-x | scripts/lesana | 2 | ||||
-rw-r--r-- | tests/test_commands.py | 5 |
2 files changed, 0 insertions, 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", |