Don't use assert keyword to ensure that a test passes; use
self.assertEqual() and friends since this gives much better output.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment
self.assertEqual() and friends since this gives much better output.