1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-15 07:35:06 +00:00

tests refactoring

This commit is contained in:
deadc0de6
2023-09-21 14:09:16 +02:00
committed by deadc0de
parent c4fbd1f650
commit 6386808384
151 changed files with 469 additions and 317 deletions

View File

@@ -72,7 +72,7 @@ def run_tests(max_jobs=None, stop_on_first_err=True, with_spinner=True):
print(f'stop on first error: {stop_on_first_err}')
print(f'use spinner: {with_spinner}')
tests = get_tests()
print(f'running {len(tests)} test(s)\n')
print(f'running {len(tests)} test script(s)\n')
print()
failed = 0