(self)
| 1453 | insane) |
| 1454 | |
| 1455 | def test_fromtimestamp_with_none_arg(self): |
| 1456 | # See gh-120268 for more details |
| 1457 | with self.assertRaises(TypeError): |
| 1458 | self.theclass.fromtimestamp(None) |
| 1459 | |
| 1460 | def test_today(self): |
| 1461 | import time |
nothing calls this directly
no test coverage detected