Closed chrispyles closed 3 years ago
@ranigb I'm thinking of raising a UserWarning
with a message like Executing the student notebook produced one or more errors
. What do you think of this? Or should it raise an error?
Raise a warning, and add a field for all error messages to the StudentImplementation
. Also add a field for keeping track of the output notebook?
PyBryt should notify an instructor when a student implementation errors out during execution. The current implementation continues executing despite errors, but does not notify the instructor.