diff --git a/test/test.py b/test/test.py index 775c7dc..64f1ad6 100644 --- a/test/test.py +++ b/test/test.py @@ -18,7 +18,6 @@ tester: dict[str, Callable[[str, dict], None]] = {"parsing": parsing.test_parsin shutil.rmtree("log") for category_name, tests in tests.items(): - print(category_name, end="\n" * 3) + print(category_name, end="\n" * 2) tester[category_name](excutable, tests, f"log/{category_name}") - thread_manager.wait_pool() - + thread_manager.wait_pool() \ No newline at end of file