(
cap_out,
store,
repo_with_passing_hook,
options,
outputs,
expected_ret,
stage,
)
| 380 | ), |
| 381 | ) |
| 382 | def test_run( |
| 383 | cap_out, |
| 384 | store, |
| 385 | repo_with_passing_hook, |
| 386 | options, |
| 387 | outputs, |
| 388 | expected_ret, |
| 389 | stage, |
| 390 | ): |
| 391 | _test_run( |
| 392 | cap_out, |
| 393 | store, |
| 394 | repo_with_passing_hook, |
| 395 | options, |
| 396 | outputs, |
| 397 | expected_ret, |
| 398 | stage, |
| 399 | ) |
| 400 | |
| 401 | |
| 402 | def test_run_output_logfile(cap_out, store, tempdir_factory): |
nothing calls this directly
no test coverage detected