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

Method test_configtool_version

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

Source from the content-addressed store, hash-verified

25 return p.stdout.strip()
26
27 def test_configtool_version(self):
28 stdout = self.check_numpyconfig('--version')
29 assert stdout == np.__version__
30
31 def test_configtool_cflags(self):
32 stdout = self.check_numpyconfig('--cflags')

Callers

nothing calls this directly

Calls 1

check_numpyconfigMethod · 0.95

Tested by

no test coverage detected