@@ -157,6 +157,7 @@ def test_run_in_wd_with_all_failures(wd_tmp_path: Path) -> None:
157
157
├─────────────────────────┼─────────┼───────────────┼─────────────────┼────────────────┤
158
158
│ Total │ 0.00 % │ 42.50 % │ 50.00 % │ 21.00 % │
159
159
└─────────────────────────┴─────────┴───────────────┴─────────────────┴────────────────┘
160
+ Add -v to show the failed generation results.
160
161
""" .splitlines (),
161
162
)
162
163
@@ -201,6 +202,7 @@ def test_run_in_wd_with_all_exceptions(wd_tmp_path: Path) -> None:
201
202
├─────────────────────────┼─────────┼───────────────┼─────────────────┼────────────────┤
202
203
│ Total │ 0.00 % │ 42.50 % │ 50.00 % │ 21.00 % │
203
204
└─────────────────────────┴─────────┴───────────────┴─────────────────┴────────────────┘
205
+ Add -v to show the failed generation results.
204
206
""" .splitlines (),
205
207
)
206
208
@@ -262,6 +264,7 @@ def test_run_with_different_targets(wd_tmp_path: Path) -> None:
262
264
├─────────────────────────┼─────────┼───────────────┼─────────────────┼────────────────┤
263
265
│ Total │ 50.00 % │ 42.50 % │ 50.00 % │ 21.00 % │
264
266
└─────────────────────────┴─────────┴───────────────┴─────────────────┴────────────────┘
267
+ Add -v to show the failed generation results.
265
268
""" .splitlines (),
266
269
)
267
270
@@ -313,6 +316,7 @@ def test_run_with_real_tests(wd_tmp_path: Path) -> None:
313
316
├─────────────────────────┼─────────┼───────────────┼─────────────────┼────────────────┤
314
317
│ Total │ 50.00 % │ 38.89 % │ 16.67 % │ 45.45 % │
315
318
└─────────────────────────┴─────────┴───────────────┴─────────────────┴────────────────┘
319
+ Add -v to show the failed generation results.
316
320
""" .splitlines (),
317
321
)
318
322
@@ -444,6 +448,7 @@ def test_run_with_different_targets_and_results(wd_tmp_path: Path) -> None:
444
448
├─────────────────────────┼─────────┼───────────────┼─────────────────┼────────────────┤
445
449
│ Total │ 50.00 % │ 0.00 % │ 0.00 % │ 0.00 % │
446
450
└─────────────────────────┴─────────┴───────────────┴─────────────────┴────────────────┘
451
+ Add -v to show the failed generation results.
447
452
""" .splitlines (),
448
453
)
449
454
0 commit comments