module documentation
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(): (source)

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

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

Undocumented

def test_f2py_init_compile_bad_cmd(): (source)

Undocumented

def test_f2py_init_compile_failure(): (source)

Undocumented