class documentation

Undocumented

Method check_function Undocumented
Method test_all Undocumented
Method test_docstring Undocumented
Method test_hidden_callback Undocumented
Method test_string_callback Undocumented
Method test_string_callback_array Undocumented
Method test_threadsafety Undocumented
Class Variable sources Undocumented

Inherited from F2PyTest:

Method setup_method Undocumented
Class Variable code Undocumented
Class Variable only Undocumented
Class Variable options Undocumented
Class Variable skip Undocumented
Class Variable suffix Undocumented
Instance Variable module Undocumented
Property module_name Undocumented
def check_function(self, name): (source)

Undocumented

@pytest.mark.parametrize('name', """t,t2""".split(','))
def test_all(self, name): (source)

Undocumented

@pytest.mark.xfail(IS_PYPY, reason='PyPy cannot modify tp_doc after PyType_Ready')
def test_docstring(self): (source)

Undocumented

def test_hidden_callback(self): (source)

Undocumented

@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails with MinGW64 Gfortran (Issue #9673)')
def test_string_callback(self): (source)

Undocumented

@pytest.mark.skipif((sys.platform == 'win32'), reason='Fails with MinGW64 Gfortran (Issue #9673)')
def test_string_callback_array(self): (source)

Undocumented

def test_threadsafety(self): (source)

Undocumented