You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a CustomGradingResult marked as success is caught, the test is marked in the terminal. The grade table still gives a correct result (i.e. a success checkmark appears) but an error is printed in stderr nonetheless
The handling of CustomGradingResult should be done at the level of interception, not at the level of listening to a failure
The text was updated successfully, but these errors were encountered:
When a
CustomGradingResult
marked as success is caught, the test is marked in the terminal. The grade table still gives a correct result (i.e. a success checkmark appears) but an error is printed in stderr nonethelessThe handling of
CustomGradingResult
should be done at the level of interception, not at the level of listening to a failureThe text was updated successfully, but these errors were encountered: