You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-print test warnings after tests have ran (issue #458).
This works by capturing stderr from tests and checking to see if each line contains the string "WARNING:test:".
If a line contains this string it is saved for later and re-printed once all tests have been run.
0 commit comments