class documentation

class TestFortranReader(util.F2PyTest): (source)

View In Hierarchy

Undocumented

Method test_input_encoding 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 sources Undocumented
Class Variable suffix Undocumented
Instance Variable module Undocumented
Property module_name Undocumented
@pytest.mark.parametrize('encoding', ['ascii', 'utf-8', 'utf-16', 'utf-32'])
def test_input_encoding(self, tmp_path, encoding): (source)

Undocumented