class documentation

class TestCharacter(util.F2PyTest): (source)

View In Hierarchy

Undocumented

Method test_2d_array_inout Undocumented
Method test_2d_array_input Undocumented
Method test_array_inout Undocumented
Method test_array_input Undocumented
Method test_array_input_varia Undocumented
Method test_array_output Undocumented
Method test_array_return Undocumented
Method test_inout Undocumented
Method test_inout_varia Undocumented
Method test_input Undocumented
Method test_input_output Undocumented
Method test_input_varia Undocumented
Method test_optional Undocumented
Method test_output Undocumented
Method test_return Undocumented
Class Variable code Undocumented
Class Variable fprefix Undocumented
Class Variable suffix Undocumented

Inherited from F2PyTest:

Method setup_method Undocumented
Class Variable only Undocumented
Class Variable options Undocumented
Class Variable skip Undocumented
Class Variable sources Undocumented
Instance Variable module Undocumented
Property module_name Undocumented
@pytest.mark.parametrize('dtype', ['c', 'S1'])
def test_2d_array_inout(self, dtype): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['c', 'S1', 'U1'])
def test_2d_array_input(self, dtype): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['c', 'S1'])
def test_array_inout(self, dtype): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['c', 'S1', 'U1'])
def test_array_input(self, dtype): (source)

Undocumented

def test_array_input_varia(self): (source)

Undocumented

def test_array_output(self): (source)

Undocumented

@pytest.mark.skip('fortran function returning array segfaults')
def test_array_return(self): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['c', 'S1'])
def test_inout(self, dtype): (source)

Undocumented

def test_inout_varia(self): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['c', 'S1'])
def test_input(self, dtype): (source)

Undocumented

def test_input_output(self): (source)

Undocumented

def test_input_varia(self): (source)

Undocumented

def test_optional(self): (source)

Undocumented

def test_output(self): (source)

Undocumented

def test_return(self): (source)

Undocumented

Undocumented