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

Function test_not_equal_to_false

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

Source from the content-addressed store, hash-verified

35
36
37def test_not_equal_to_false():
38 d1 = pendulum.Date(2000, 1, 1)
39 d2 = pendulum.Date(2000, 1, 1)
40 d3 = date(2000, 1, 1)
41
42 assert d2 == d1
43 assert d3 == d1
44
45
46def test_not_equal_to_none():

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…