~valhalla/lesana

43403682736e44fc2fcdaf6bc959d8d07b2c6123 — Elena ``of Valhalla'' Grandi 1 year, 1 month ago 495cf0d
qa fixes
2 files changed, 0 insertions(+), 7 deletions(-)

M scripts/lesana
M tests/test_commands.py
M scripts/lesana => scripts/lesana +0 -2
@@ 8,9 8,7 @@ import hazwaz

import lesana.command


if __name__ == "__main__":

    # setup logging for lesana cli
    logger = logging.getLogger('lesana')
    ch = logging.StreamHandler()

M tests/test_commands.py => tests/test_commands.py +0 -5
@@ 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",