Commit e85ae13
committed
handle
Exceptions at tearDown() are now captured and handled properly.
Checklist:
- handle failures at tearDown() ✅
---
Output:
➜ python3 src/test_case_test.py
6 run, 0 failedtearDown() faiures at TestCase.run()
1 parent 447bfd7 commit e85ae13
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
0 commit comments