192
192
self.assertEqual(JobStatus.COMPLETED, job_2.job.status)
194
194
self.assertIn('Fake exception. Foobar, I say!', oops['tb_text'])
198
197
def test_oops_messages_used_when_handling(self):
199
198
"""Oops messages should appear even when exceptions are handled."""