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
Currently, the output of the tests is extensive but doesn't make clear whether the output is expected or if it indicates a failure. It might be better to use the unittest module from the Python standard library (or another testing framework) to clarify what the tests are supposed to do (or not) and to show the testrunner results in a way that can be grasped easily.
The text was updated successfully, but these errors were encountered:
From the old Google Code repo:
Reported by project member [email protected], Jul 23, 2010
Currently, the output of the tests is extensive but doesn't make clear whether the output is expected or if it indicates a failure. It might be better to use the
unittest
module from the Python standard library (or another testing framework) to clarify what the tests are supposed to do (or not) and to show the testrunner results in a way that can be grasped easily.The text was updated successfully, but these errors were encountered: