MCPcopy Create free account
hub / github.com/dateutil/dateutil / test_parse_with_tzoffset

Function test_parse_with_tzoffset

tests/test_parser.py:220–223  ·  view source on GitHub ↗
(dstr, expected)

Source from the content-addressed store, hash-verified

218 datetime(2003, 9, 25, 10, 49, 41, 500000, tzinfo=_brsttz)),
219])
220def test_parse_with_tzoffset(dstr, expected):
221 # In these cases, we are _not_ passing a tzinfos arg
222 result = parse(dstr)
223 assert result == expected
224
225
226class TestFormat(object):

Callers

nothing calls this directly

Calls 1

parseFunction · 0.90

Tested by

no test coverage detected