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

Function test_previous_monday

tests/date/test_day_of_week_modifiers.py:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def test_previous_monday():
69 d = pendulum.date(1975, 5, 21).previous(pendulum.MONDAY)
70 assert_date(d, 1975, 5, 19)
71
72
73def test_previous_saturday():

Callers

nothing calls this directly

Calls 3

assert_dateFunction · 0.90
dateMethod · 0.80
previousMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…