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

Function test_equality

tests/tz/test_timezone.py:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def test_equality():
46 assert timezone("Europe/Paris") == timezone("Europe/Paris")
47 assert timezone("Europe/Paris") != timezone("Europe/Berlin")
48
49
50def test_skipped_time_with_pre_rule():

Callers

nothing calls this directly

Calls 1

timezoneFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…