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

Function test_equal_to_true

tests/date/test_comparison.py:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_equal_to_true():
11 d1 = pendulum.Date(2000, 1, 1)
12 d2 = pendulum.Date(2000, 1, 1)
13 d3 = date(2000, 1, 1)
14
15 assert d2 == d1
16 assert d3 == d1
17
18
19def test_equal_to_false():

Callers

nothing calls this directly

Calls 1

dateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…