gradescope / gradescope-utils

Python package for building Gradescope autograders
https://gradescope-utils.readthedocs.io/en/latest/
MIT License
34 stars 25 forks source link

Hide error messages #25

Closed peterstory closed 1 year ago

peterstory commented 2 years ago

I've added a @hide_errors(True) decorator.

This can be used to hide the particular source of an error which caused a test to fail. Otherwise, a test's particular assertions can be seen by students.

isaacl commented 2 years ago

I guess this repo is dead...