Skip to content

Commit f72ba06

Browse files
committed
Reword "Starting:" line so 0 suites reads naturally
Simply running tests printed: Starting: 0 suites with X tests which didn't make any sense even though it was valid and true. Signed-off-by: Richard Alpe <richard@bit42.se>
1 parent 1b4e62c commit f72ba06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

9pm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ def main():
844844
probe_suite(suite)
845845

846846
n_suites, n_tests = count_suite_tree(suite)
847-
print(f"\nStarting: {n_suites} suites with {n_tests} tests")
847+
print(f"\nStarting: {n_suites} suites, {n_tests} tests")
848848

849849
setup_env(args)
850850

0 commit comments

Comments
 (0)