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

Function test_not_equal_to_true

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

Source from the content-addressed store, hash-verified

26
27
28def test_not_equal_to_true():
29 d1 = pendulum.Date(2000, 1, 1)
30 d2 = pendulum.Date(2000, 1, 2)
31 d3 = date(2000, 1, 2)
32
33 assert d1 != d2
34 assert d1 != d3
35
36
37def test_not_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…