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

Function test_fixed_equality

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

Source from the content-addressed store, hash-verified

405
406
407def test_fixed_equality():
408 assert fixed_timezone(19800) == fixed_timezone(19800)
409 assert fixed_timezone(19800) != fixed_timezone(19801)
410
411
412def test_just_before_last_transition():

Callers

nothing calls this directly

Calls 1

fixed_timezoneFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…