From d827e21ed50a733988990fb85c520162a8043957 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 17 Dec 2025 05:58:57 -0600 Subject: [PATCH] clean: add print --- test/test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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