()
| 10 | |
| 11 | @pytest.fixture(autouse=True, scope='module') |
| 12 | def _ensure_image_available(): |
| 13 | cmd_output_b('docker', 'run', '--rm', 'ubuntu:22.04', 'echo') |
| 14 | |
| 15 | |
| 16 | @xfailif_windows # pragma: win32 no cover |
nothing calls this directly
no test coverage detected