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
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.
See
#455 (comment)
#455 (comment)
Maybe we print warnings when pygments isn't installed locally at the end of the test run. Or do something to make it clear not all tests have ran.
The text was updated successfully, but these errors were encountered: