Forum Discussion
Melissaservin
3 years agoOccasional Visitor
The easiest way to stop the display of junk at the end of a failed assertion message is to use the assert function from the built-in Python "unittest" library instead of the assert statement. The unittest library provides more control over the assertion messages and their formatting. upsers account