clean: add print
This commit is contained in:
@@ -18,7 +18,6 @@ tester: dict[str, Callable[[str, dict], None]] = {"parsing": parsing.test_parsin
|
|||||||
shutil.rmtree("log")
|
shutil.rmtree("log")
|
||||||
|
|
||||||
for category_name, tests in tests.items():
|
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}")
|
tester[category_name](excutable, tests, f"log/{category_name}")
|
||||||
thread_manager.wait_pool()
|
thread_manager.wait_pool()
|
||||||
|
|
||||||
Reference in New Issue
Block a user