(environ, expected_output)
| 604 | ), |
| 605 | ) |
| 606 | def test_get_skips(environ, expected_output): |
| 607 | ret = _get_skips(environ) |
| 608 | assert ret == expected_output |
| 609 | |
| 610 | |
| 611 | def test_skip_hook(cap_out, store, repo_with_passing_hook): |
nothing calls this directly
no test coverage detected