Commit 203c475
committed
Add print_test_errors to display test failures in UI
- Call Test.print_test_errors(ts) when tests fail during grading
- This ensures test failure details are visible in the UI output
- Test errors show with stack traces and expressions that failed
- Helps users debug why their solution received a score of 01 parent 51724f9 commit 203c475
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
0 commit comments