diff --git a/tests/test_all_functions.py b/tests/test_parser_functions.py similarity index 99% rename from tests/test_all_functions.py rename to tests/test_parser_functions.py index 19202bb..80c8f0f 100644 --- a/tests/test_all_functions.py +++ b/tests/test_parser_functions.py @@ -331,6 +331,6 @@ class TestParser(unittest.TestCase): self.assertLess(end_time - start_time, 0.1) -# Use `coverage run -m unittest --verbose tests/test_all_functions.py` instead for the coverage report +# Use `coverage run -m unittest --verbose tests/test_parser_functions.py` instead for the coverage report # if __name__ == '__main__': # unittest.main(verbosity=2)