module documentation

See https://github.com/numpy/numpy/pull/11937.
Function setup​_module Undocumented
Function test​_compile​_from​_strings Undocumented
Function test​_f2py​_init​_compile Undocumented
Function test​_f2py​_init​_compile​_bad​_cmd Undocumented
Function test​_f2py​_init​_compile​_failure Undocumented
def setup_module():

Undocumented

@pytest.mark.parametrize('fsource', ['program test_f2py\nend program test_f2py', b'program test_f2py\nend program test_f2py'])
def test_compile_from_strings(tmpdir, fsource):

Undocumented

@pytest.mark.parametrize('extra_args', [['--noopt', '--debug'], '--noopt --debug', ''])
@pytest.mark.leaks_references(reason='Imported module seems never deleted.')
def test_f2py_init_compile(extra_args):

Undocumented

def test_f2py_init_compile_bad_cmd():

Undocumented

def test_f2py_init_compile_failure():

Undocumented