add fake test for educational

This commit is contained in:
Basyrov Rustam
2025-06-05 22:53:39 +03:00
parent c43c3e2c1f
commit 2ce3e6978e

View File

@@ -123,3 +123,6 @@ class QuestionDetailViewTests(TestCase):
url = reverse("polls:detail", args=(past_question.id,))
response = self.client.get(url)
self.assertContains(response, past_question.question_text)
def test_fake_test(self):
self.assertEqual(0, 1)