Skip to content

Commit

Permalink
SQ -> Test Runner: Print warnings logged while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Jan 8, 2024
1 parent 76d08d8 commit 32c3d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crystal/tests/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def _run_tests(test_names: List[str]) -> bool:
short_filepath = w.filename
w_str = warnings.formatwarning(w.message, w.category, short_filepath, w.lineno, w.line)
print('- ' + w_str, end='')
print()

# Print command to rerun failed tests
if len(failed_test_names) != 0:
Expand Down

0 comments on commit 32c3d91

Please sign in to comment.