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

Function setup

tests/conftest.py:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14@pytest.fixture(autouse=True)
15def setup() -> Iterator[None]:
16 pendulum.set_local_timezone(pendulum.timezone("America/Toronto"))
17
18 yield
19
20 pendulum.set_locale("en")
21 pendulum.set_local_timezone()
22 pendulum.week_starts_at(pendulum.WeekDay.MONDAY)
23 pendulum.week_ends_at(pendulum.WeekDay.SUNDAY)
24
25
26def assert_datetime(

Callers

nothing calls this directly

Calls 1

timezoneMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…