Commit 03eed9de by Afzal Wali

improved coverage.

parent beef0da2
...@@ -367,8 +367,11 @@ class ProctoredExamApiTests(LoggedInTestCase): ...@@ -367,8 +367,11 @@ class ProctoredExamApiTests(LoggedInTestCase):
'default_time_limit_mins': 90 'default_time_limit_mins': 90
} }
) )
# TODO Not getting anything in this case. Will have to implement the testcase later. # TO DO Not getting anything back in this call to get_student_view.
# TODO No condition set for finished exam in the student view. Will have to test later. # Will have to implement the testcase later when functionality is implemented.
# TO DO No condition set for finished exam in the student view. Will have to test later.
# def test_getstudentview_finishedxam(self):
def test_getstudentview_expiredxam(self): def test_getstudentview_expiredxam(self):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment