def test_index(self): client = Client() response = client.get('/herald/') self.assertContains(response, 'MyNotification')