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

Method test_all

numpy/f2py/tests/test_callback.py:18–19  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

16
17 @pytest.mark.parametrize("name", "t,t2".split(","))
18 def test_all(self, name):
19 self.check_function(name)
20
21 @pytest.mark.xfail(IS_PYPY,
22 reason="PyPy cannot modify tp_doc after PyType_Ready")

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected