Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 661 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 661 Bytes

Exercise-7.1

Run the pytest by going to the exercise directory and then running pytest under the exercises directory.

1. test_login - FAIL

2. test_check_password - FAIL

3. test_grade - FAIL

4. test_assignment - PASS

5. test_student_add - FAIL

6. test_drop_student - PASS

7. test_submit_assignment - PASS

8. test_check_ontime - PASS

9. test_check_grades - PASS

10. test_view_assignments - FAIL

11. test_submission_course - FAIL

12. test_check_grades_course - FAIL

13. test_change_grade_wrong_assgn - FAIL

14. test_change_grade_wrong_usr - FAIL

15. test_wrong_submission_date - FAIL