Closed davidlesieur closed 4 years ago
The print statements obscure unittest's normal output (where a . appears for each successful test). Considering that unittest's -v option gives almost the same information as the print statements, perhaps it makes sense to remove them.
.
-v
The print statements obscure unittest's normal output (where a
.
appears for each successful test). Considering that unittest's-v
option gives almost the same information as the print statements, perhaps it makes sense to remove them.