@@ -537,28 +537,24 @@ def f(_):
537
537
)
538
538
result .stdout .fnmatch_lines (
539
539
[
540
- "test_trial_error.py::TC::test_four SKIPPED " ,
540
+ "test_trial_error.py::TC::test_four FAILED " ,
541
541
"test_trial_error.py::TC::test_four ERROR" ,
542
542
"test_trial_error.py::TC::test_one FAILED" ,
543
543
"test_trial_error.py::TC::test_three FAILED" ,
544
- "test_trial_error.py::TC::test_two SKIPPED" ,
545
- "test_trial_error.py::TC::test_two ERROR" ,
544
+ "test_trial_error.py::TC::test_two FAILED" ,
546
545
"*ERRORS*" ,
547
546
"*_ ERROR at teardown of TC.test_four _*" ,
548
- "NOTE: Incompatible Exception Representation, displaying natively:" ,
549
- "*DelayedCalls*" ,
550
- "*_ ERROR at teardown of TC.test_two _*" ,
551
- "NOTE: Incompatible Exception Representation, displaying natively:" ,
552
547
"*DelayedCalls*" ,
553
548
"*= FAILURES =*" ,
554
- # "*_ TC.test_four _*",
555
- # "*NameError*crash*",
549
+ "*_ TC.test_four _*" ,
550
+ "*NameError*crash*" ,
556
551
"*_ TC.test_one _*" ,
557
552
"*NameError*crash*" ,
558
553
"*_ TC.test_three _*" ,
559
- "NOTE: Incompatible Exception Representation, displaying natively:" ,
560
554
"*DelayedCalls*" ,
561
- "*= 2 failed, 2 skipped, 2 errors in *" ,
555
+ "*_ TC.test_two _*" ,
556
+ "*NameError*crash*" ,
557
+ "*= 4 failed, 1 error in *" ,
562
558
]
563
559
)
564
560
0 commit comments