class documentation

class TestFromStringAndFileInvalidData(_DeprecationTestCase):

View In Hierarchy

Undocumented

Method test​_deprecate​_unparsable​_data​_file Undocumented
Method test​_deprecate​_unparsable​_string Undocumented
Class Variable message Undocumented

Inherited from _DeprecationTestCase:

Method assert​_deprecated Test if DeprecationWarnings are given and raised.
Method assert​_not​_deprecated Test that warnings are not raised.
Method setup Undocumented
Method teardown Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
@pytest.mark.parametrize('invalid_str', [',invalid_data', 'invalid_sep'])
def test_deprecate_unparsable_data_file(self, invalid_str):

Undocumented

@pytest.mark.parametrize('invalid_str', [',invalid_data', 'invalid_sep'])
def test_deprecate_unparsable_string(self, invalid_str):

Undocumented