jonathankgrande / teachergradingtool

0 stars 0 forks source link

Add unit tests for the teacher grading tool functions #5

Closed jonathankgrande closed 51 minutes ago

jonathankgrande commented 2 hours ago

Add unit tests for enter_grades, process_grades, and view_grades PHP files to ensure consistency and reliability of the grading tool functions.

jonathankgrande commented 1 hour ago

I've added unit tests for enter_grades, process_grades, and view_grades. I'm currently troubleshooting a file path issue with view_grades_test.php in the test suite, which is causing it not to run as expected. Once I resolve the issue I will merge to main.