Generic Abstract Class Marker.py
Placeholders:
- Placeholder for creating tests
- Placeholder to add their tests call to Run_tests().
Attributes of the class:
- Overall mark class attribute (integer)
- Mark per tests attribute (list)
- Feedbacks Overall (string)
- Warnings (list[strings])
Methods:
- Run_tests() – method to which anyone should add their tests call to be.
- Update_mark_per_test()
- Update_feedbacks()
- Gather_warnings()
- Update_overall_marks()