MCPcopy Index your code
hub / github.com/numpy/numpy / gh23598_warn

Function gh23598_warn

numpy/f2py/tests/test_f2py2e.py:87–92  ·  view source on GitHub ↗

F90 file for testing warnings in gh23598

(tmpdir_factory)

Source from the content-addressed store, hash-verified

85
86@pytest.fixture(scope="session")
87def gh23598_warn(tmpdir_factory):
88 """F90 file for testing warnings in gh23598"""
89 fdat = util.getpath("tests", "src", "crackfortran", "gh23598Warn.f90").read_text()
90 fn = tmpdir_factory.getbasetemp() / "gh23598Warn.f90"
91 fn.write_text(fdat, encoding="ascii")
92 return fn
93
94
95@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…