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
Trying to run the tests directly (without using the coverage command) currently fails because unittest.begin() is not a valid method. This should be replaced with with unittest.main().
Fixing this (and running tests standalone) will break one of the formatannotation tests, as the expected result depends on how the tests are run.
Trying to run the tests directly (without using the coverage command) currently fails because unittest.begin() is not a valid method. This should be replaced with with unittest.main().
Fixing this (and running tests standalone) will break one of the formatannotation tests, as the expected result depends on how the tests are run.
From aliles#20, filed by @jstemmer
The text was updated successfully, but these errors were encountered: