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

Function test_day_of_iso_week

tests/formatting/test_formatter.py:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129
130def test_day_of_iso_week():
131 f = Formatter()
132 d = pendulum.datetime(2016, 8, 28)
133 assert f.format(d, "E") == "7"
134
135
136def test_am_pm():

Callers

nothing calls this directly

Calls 3

formatMethod · 0.95
FormatterClass · 0.90
datetimeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…