MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / DateTimeMicrosecondsTest

Class DateTimeMicrosecondsTest

lib/sqlalchemy/testing/suite/test_types.py:687–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685
686
687class 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
694class TimestampMicrosecondsTest(_DateFixture, fixtures.TablesTest):

Callers

nothing calls this directly

Calls 1

datetimeMethod · 0.45

Tested by

no test coverage detected