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

Function test_str_to_datetime_2

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

Source from the content-addressed store, hash-verified

32
33
34def test_str_to_datetime_2():
35 dt = str_to_datetime('2020-03-03T15:52:30.136257504-0600')
36 assert type(dt) is datetime.datetime
37 assert dt.tzinfo is not None
38
39
40def test_str_to_datetime_3():

Callers

nothing calls this directly

Calls 2

str_to_datetimeFunction · 0.90
typeEnum · 0.50

Tested by

no test coverage detected