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

Function test_end_of_day

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

Source from the content-addressed store, hash-verified

16
17
18def test_end_of_day():
19 d = Date.today()
20 new = d.end_of("day")
21 assert isinstance(new, Date)
22 assert_date(new, d.year, d.month, d.day)
23
24
25def test_start_of_week():

Callers

nothing calls this directly

Calls 3

assert_dateFunction · 0.90
todayMethod · 0.45
end_ofMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…