F90 file for testing disallowed CLI arguments in ghff819
(tmpdir_factory)
| 94 | |
| 95 | @pytest.fixture(scope="session") |
| 96 | def gh22819_cli(tmpdir_factory): |
| 97 | """F90 file for testing disallowed CLI arguments in ghff819""" |
| 98 | fdat = util.getpath("tests", "src", "cli", "gh_22819.pyf").read_text() |
| 99 | fn = tmpdir_factory.getbasetemp() / "gh_22819.pyf" |
| 100 | fn.write_text(fdat, encoding="ascii") |
| 101 | return fn |
| 102 | |
| 103 | |
| 104 | @pytest.fixture(scope="session") |
nothing calls this directly
no test coverage detected
searching dependent graphs…