MCPcopy Create free account
hub / github.com/ceph/ceph / test_str_to_datetime_3

Function test_str_to_datetime_3

src/python-common/ceph/tests/test_datetime.py:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_str_to_datetime_3():
41 dt = str_to_datetime('2020-03-03T15:52:30.136257504')
42 assert type(dt) is datetime.datetime
43 assert dt.tzinfo is not None
44
45
46def test_str_to_datetime_invalid_format_1():

Callers

nothing calls this directly

Calls 2

str_to_datetimeFunction · 0.90
typeEnum · 0.50

Tested by

no test coverage detected