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

Function test_not_equal_to_true

tests/datetime/test_comparison.py:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def test_not_equal_to_true():
49 d1 = pendulum.datetime(2000, 1, 1, 1, 2, 3)
50 d2 = pendulum.datetime(2000, 1, 2, 1, 2, 3)
51 d3 = datetime(2000, 1, 2, 1, 2, 3, tzinfo=pendulum.UTC)
52
53 assert d2 != d1
54 assert d3 != d1
55
56
57def test_not_equal_to_false():

Callers

nothing calls this directly

Calls 2

datetimeFunction · 0.85
datetimeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…