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

Method testRepr

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

Source from the content-addressed store, hash-verified

828 self.assertFalse(tzl != ComparesEqual)
829
830 def testRepr(self):
831 tzl = tz.tzlocal()
832
833 self.assertEqual(repr(tzl), 'tzlocal()')
834
835
836@pytest.mark.parametrize('args,kwargs', [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected