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

Method test_configtool_pkgconfigdir

numpy/tests/test_configtool.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 assert f'-I{os.fspath(INCLUDE_DIR)}' in stdout
34
35 def test_configtool_pkgconfigdir(self):
36 stdout = self.check_numpyconfig('--pkgconfigdir')
37 assert pathlib.Path(stdout) == PKG_CONFIG_DIR.resolve()
38
39
40@pytest.mark.skipif(not IS_INSTALLED,

Callers

nothing calls this directly

Calls 1

check_numpyconfigMethod · 0.95

Tested by

no test coverage detected