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

Function test_include_path

numpy/f2py/tests/test_regression.py:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88
89def test_include_path():
90 incdir = np.f2py.get_include()
91 fnames_in_dir = os.listdir(incdir)
92 for fname in ("fortranobject.c", "fortranobject.h"):
93 assert fname in fnames_in_dir
94
95
96@pytest.mark.slow

Callers

nothing calls this directly

Calls 1

listdirMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…