We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cdacc commit e04bcebCopy full SHA for e04bceb
1 file changed
tests/test_format.py
@@ -42,7 +42,6 @@ def test_check_syntax(self):
42
""".format(failing_trigger))
43
the_exception = cm.exception
44
self.assertTrue(the_exception.message.startswith("Syntax error"))
45
- print "the_exception.message",the_exception.message
46
47
def test_invalid_character_raise_exception(self):
48
self.assertRaises(Exception, self.new, """
0 commit comments