CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 0 forks source link

[ENHANCEMENT] Add Warning to test_my_work When Student File Has Not Been Saved #22

Closed gregbell26 closed 1 year ago

gregbell26 commented 1 year ago

Description

Issue

Students often forget to save their code before running the autograder, leading to a lot of confusion.

Suggestion

Student files are hashed on start of run and compared to stored hashes.

If hash matches, display warning to student stating that file may not have been saved.

Acceptance Criteria