| 1212 | date.strptime('02-29,2024', '%m-%d,%Y') |
| 1213 | |
| 1214 | class SubclassDate(date): |
| 1215 | sub_var = 1 |
| 1216 | |
| 1217 | class TestDate(HarmlessMixedComparison, unittest.TestCase): |
| 1218 | # Tests here should pass for both dates and datetimes, except for a |
no outgoing calls