We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f92e75 commit bad9916Copy full SHA for bad9916
src/flint/test/__main__.py
@@ -56,7 +56,7 @@ def run_doctests(tests, verbose=False):
56
print(f"{module}...", end="" if not verbose else "\n", flush=True)
57
for test in test_set:
58
if verbose:
59
- print("\tTesting:", test.name)
+ print("\tTesting:", test.name, flush=True)
60
runner.run(test)
61
print("OK")
62
0 commit comments