(self)
| 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') |
nothing calls this directly
no test coverage detected