| 685 | |
| 686 | |
| 687 | class DateTimeMicrosecondsTest(_DateFixture, fixtures.TablesTest): |
| 688 | __requires__ = ("datetime_microseconds",) |
| 689 | __backend__ = True |
| 690 | datatype = DateTime |
| 691 | data = datetime.datetime(2012, 10, 15, 12, 57, 18, 39642) |
| 692 | |
| 693 | |
| 694 | class TimestampMicrosecondsTest(_DateFixture, fixtures.TablesTest): |