module documentation

Test scripts

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

Variable is​_inplace Undocumented
Function find​_f2py​_commands Undocumented
Function test​_f2py Undocumented
Function test​_pep338 Undocumented
is_inplace =

Undocumented

def find_f2py_commands():

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):

Undocumented

def test_pep338():

Undocumented