module documentation

Tests for implementation details, not necessarily part of the user-facing API. The motivating case for these tests is #483, where we want to smoke-test code that may be difficult to reach through the standard API calls.

Function test_parser_parser_private_not_warns Undocumented
Function test_parser_private_warns Undocumented
Function test_tzstr_internal_timedeltas Undocumented
Function test_YMD_could_be_day Undocumented
Constant IS_PY32 Undocumented
@pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
def test_parser_parser_private_not_warns(): (source)

Undocumented

@pytest.mark.skipif(IS_PY32, reason='pytest.warns not supported on Python 3.2')
def test_parser_private_warns(): (source)

Undocumented

@pytest.mark.tzstr
def test_tzstr_internal_timedeltas(): (source)

Undocumented

@pytest.mark.smoke
def test_YMD_could_be_day(): (source)

Undocumented

IS_PY32 = (source)

Undocumented

Value
(sys.version_info[0:2] == (3, 2))