()
| 31 | |
| 32 | @pytest.fixture(scope="module") |
| 33 | def inputfiles() -> dict[bool, InputFile]: |
| 34 | return {True: InputFile(obj="data", attach=True), False: InputFile(obj="data", attach=False)} |
| 35 | |
| 36 | |
| 37 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected
searching dependent graphs…