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

Function test_equal_to_false

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

Source from the content-addressed store, hash-verified

17
18
19def test_equal_to_false():
20 d1 = pendulum.Date(2000, 1, 1)
21 d2 = pendulum.Date(2000, 1, 2)
22 d3 = date(2000, 1, 2)
23
24 assert d1 != d2
25 assert d1 != d3
26
27
28def test_not_equal_to_true():

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…