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

Function test_installed_npymath_ini

numpy/distutils/tests/test_misc_util.py:76–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def test_installed_npymath_ini():
77 # Regression test for gh-7707. If npymath.ini wasn't installed, then this
78 # will give an error.
79 info = get_info('npymath')
80
81 assert isinstance(info, dict)
82 assert "define_macros" in info

Callers

nothing calls this directly

Calls 1

get_infoFunction · 0.90

Tested by

no test coverage detected