Linters update

This commit is contained in:
stefandesouza
2023-12-10 18:25:00 +01:00
parent 8a6ae8c701
commit 339b06bd7f
7 changed files with 39 additions and 16 deletions

View File

@@ -230,7 +230,6 @@ class TestCLI(unittest.TestCase):
osaca.run(args, output_file=output)
self.assertTrue(output.getvalue().count("WARNING: LCD analysis timed out") == 0)
def test_lines_arg(self):
# Run tests with --lines option
parser = osaca.create_parser()