MCPcopy Create free account
hub / github.com/python-pendulum/pendulum / test_fluid_day_setter

Function test_fluid_day_setter

tests/date/test_fluent_setters.py:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def test_fluid_day_setter():
25 d = pendulum.Date(2016, 7, 2)
26 new = d.set(day=9)
27
28 assert new.day == 9
29 assert d.day == 2

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected