diff options
Diffstat (limited to 'yaksh/test_models.py')
-rw-r--r-- | yaksh/test_models.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/yaksh/test_models.py b/yaksh/test_models.py index 7bb5c39..ee698a6 100644 --- a/yaksh/test_models.py +++ b/yaksh/test_models.py @@ -464,14 +464,6 @@ class QuestionPaperTestCases(unittest.TestCase): def test_get_question_bank(self): # Given - ids = [4, 6, 7, 8, 9, 10, 12, 13, 14, 15] - questions = list(Question.objects.filter(id__in=ids)) - # When - question_bank = self.question_paper.get_question_bank() - # Then - self.assertSequenceEqual(questions, question_bank) - - # Given ids = [11, 10] questions = list(Question.objects.filter(id__in=ids)) # When |