Skip to content

Commit

Permalink
print once per test success
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jun 7, 2022
1 parent db48404 commit bcd29b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
for test in tests:
p = sp.Popen([python, test], shell=shell).wait()
if not p:
print('.', end='')
print('.', end='', flush=True)
print('')

0 comments on commit bcd29b5

Please sign in to comment.