MCPcopy Create free account
hub / github.com/numpy/numpy / test_temp1

Method test_temp1

numpy/distutils/tests/test_system_info.py:209–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 assert_equal(extra['extra_compile_args'], ['-I/fake/directory', '-I/path with/spaces', '-Os'])
208
209 def test_temp1(self):
210 # Read in all information in the temp1 block
211 tsi = self.c_temp1
212 assert_equal(tsi.get_lib_dirs(), [self._dir1])
213 assert_equal(tsi.get_libraries(), [self._lib1])
214 assert_equal(tsi.get_runtime_lib_dirs(), [self._dir1])
215
216 def test_temp2(self):
217 # Read in all information in the temp2 block

Callers

nothing calls this directly

Calls 4

assert_equalFunction · 0.90
get_lib_dirsMethod · 0.80
get_runtime_lib_dirsMethod · 0.80
get_librariesMethod · 0.45

Tested by

no test coverage detected