Feuermagier / autograder

Automatic grading of student's Java code
MIT License
13 stars 7 forks source link

Add `--debug` flag to cmd to enable extra checks while executing #577

Closed Luro02 closed 3 weeks ago

Luro02 commented 1 month ago

Description

We have some integrity checks that are only running while the tests are executing at the moment. It would be nice to have a debug flag in the cmd that enables this for executions outside the tests.

Alternatively one could have this as an environment flag