MCPcopy Create free account
hub / github.com/dateutil/dateutil / testEquality

Method testEquality

tests/test_tz.py:634–638  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

632 self.assertEqual(ct.tzname(), 'UTC')
633
634 def testEquality(self):
635 UTC0 = tz.tzutc()
636 UTC1 = tz.tzutc()
637
638 self.assertEqual(UTC0, UTC1)
639
640 def testInequality(self):
641 UTC = tz.tzutc()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected