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

Method test_configtool_cflags

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

Source from the content-addressed store, hash-verified

29 assert stdout == np.__version__
30
31 def test_configtool_cflags(self):
32 stdout = self.check_numpyconfig('--cflags')
33 assert f'-I{os.fspath(INCLUDE_DIR)}' in stdout
34
35 def test_configtool_pkgconfigdir(self):
36 stdout = self.check_numpyconfig('--pkgconfigdir')

Callers

nothing calls this directly

Calls 1

check_numpyconfigMethod · 0.95

Tested by

no test coverage detected