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

Function test_average_is_fluid

tests/date/test_start_end_of.py:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217
218def test_average_is_fluid():
219 d = Date.today().average()
220 assert isinstance(d, Date)
221
222
223def test_average_from_same():

Callers

nothing calls this directly

Calls 2

averageMethod · 0.45
todayMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…