(self)
| 1458 | insane) |
| 1459 | |
| 1460 | def test_fromtimestamp_with_none_arg(self): |
| 1461 | # See gh-120268 for more details |
| 1462 | with self.assertRaises(TypeError): |
| 1463 | self.theclass.fromtimestamp(None) |
| 1464 | |
| 1465 | def test_today(self): |
| 1466 | import time |
nothing calls this directly
no test coverage detected