(self)
| 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', [ |
nothing calls this directly
no outgoing calls
no test coverage detected