Home | History | Annotate | Download | only in test

Lines Matching full:ouch

740             f.write("""raise ValueError("ouch")\n""")
746 with self.assertRaisesRegex(ValueError, "ouch"):