MCPcopy Create free account
hub / github.com/numpy/numpy / gh22819_cli

Function gh22819_cli

numpy/f2py/tests/test_f2py2e.py:76–81  ·  view source on GitHub ↗

F90 file for testing disallowed CLI arguments in ghff819

(tmpdir_factory)

Source from the content-addressed store, hash-verified

74
75@pytest.fixture(scope="session")
76def gh22819_cli(tmpdir_factory):
77 """F90 file for testing disallowed CLI arguments in ghff819"""
78 fdat = util.getpath("tests", "src", "cli", "gh_22819.pyf").read_text()
79 fn = tmpdir_factory.getbasetemp() / "gh_22819.pyf"
80 fn.write_text(fdat, encoding="ascii")
81 return fn
82
83
84@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.45

Tested by

no test coverage detected