MCPcopy
hub / github.com/celery/celery / test_iso8601_string_datetime

Function test_iso8601_string_datetime

t/unit/utils/test_time.py:112–113  ·  view source on GitHub ↗
(date_str, expected)

Source from the content-addressed store, hash-verified

110 datetime(2011, 11, 4, 0, 5, 23, tzinfo=_timezone(timedelta(seconds=14400)))),
111])
112def test_iso8601_string_datetime(date_str, expected):
113 assert maybe_iso8601(date_str) == expected
114
115
116@pytest.mark.parametrize('arg,expected', [

Callers

nothing calls this directly

Calls 1

maybe_iso8601Function · 0.90

Tested by

no test coverage detected