()
| 74 | |
| 75 | |
| 76 | def 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 |
nothing calls this directly
no test coverage detected