module documentation

Test scripts

Test that we can run executable scripts that have been installed with numpy.

Function find_f2py_commands Undocumented
Function test_f2py Undocumented
Function test_pep338 Undocumented
Variable is_inplace Undocumented
def find_f2py_commands(): (source)

Undocumented

@pytest.mark.skipif(is_inplace, reason='Cannot test f2py command inplace')
@pytest.mark.xfail(reason='Test is unreliable')
@pytest.mark.parametrize('f2py_cmd', find_f2py_commands())
def test_f2py(f2py_cmd): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='Cannot start subprocess')
def test_pep338(): (source)

Undocumented

is_inplace = (source)

Undocumented