add fake test for educational
This commit is contained in:
@@ -123,3 +123,6 @@ class QuestionDetailViewTests(TestCase):
|
|||||||
url = reverse("polls:detail", args=(past_question.id,))
|
url = reverse("polls:detail", args=(past_question.id,))
|
||||||
response = self.client.get(url)
|
response = self.client.get(url)
|
||||||
self.assertContains(response, past_question.question_text)
|
self.assertContains(response, past_question.question_text)
|
||||||
|
def test_fake_test(self):
|
||||||
|
self.assertEqual(0, 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user