MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_combine

Function test_combine

tests/datetime/test_behavior.py:114–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113
114def test_combine():
115 p = pendulum.DateTime.combine(date(2016, 1, 1), time(1, 2, 3, 123456))
116 dt = datetime.combine(date(2016, 1, 1), time(1, 2, 3, 123456))
117
118 assert p == dt
119
120
121def test_hash(p, dt):

Callers

nothing calls this directly

Calls 3

dateFunction · 0.85
timeFunction · 0.85
combineMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…