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

Function gh23598_warn

numpy/f2py/tests/test_f2py2e.py:67–72  ·  view source on GitHub ↗

F90 file for testing warnings in gh23598

(tmpdir_factory)

Source from the content-addressed store, hash-verified

65
66@pytest.fixture(scope="session")
67def gh23598_warn(tmpdir_factory):
68 """F90 file for testing warnings in gh23598"""
69 fdat = util.getpath("tests", "src", "crackfortran", "gh23598Warn.f90").read_text()
70 fn = tmpdir_factory.getbasetemp() / "gh23598Warn.f90"
71 fn.write_text(fdat, encoding="ascii")
72 return fn
73
74
75@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.45

Tested by

no test coverage detected