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

Function test_f2py_init_compile_failure

numpy/f2py/tests/test_compile_function.py:79–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78
79def test_f2py_init_compile_failure():
80 # verify an appropriate integer status value returned by
81 # f2py.compile() when invalid Fortran is provided
82 ret_val = numpy.f2py.compile(b"invalid")
83 assert ret_val == 1
84
85
86def test_f2py_init_compile_bad_cmd():

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected