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

Method testStrInequalityUnsupported

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

Source from the content-addressed store, hash-verified

1472 timedelta(hours=+3))
1473
1474 def testStrInequalityUnsupported(self):
1475 TZS = tz.tzstr('EST5EDT')
1476
1477 self.assertFalse(TZS == 4)
1478 self.assertTrue(TZS == ComparesEqual)
1479 self.assertFalse(TZS != ComparesEqual)
1480
1481 def testTzStrRepr(self):
1482 TZS1 = tz.tzstr('EST5EDT4')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected