MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_sysdate

Method test_sysdate

test/dialect/mysql/test_dialect.py:751–753  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

749 cx.close()
750
751 def test_sysdate(self, connection):
752 d = connection.execute(func.sysdate()).scalar()
753 assert isinstance(d, datetime.datetime)

Callers

nothing calls this directly

Calls 3

sysdateMethod · 0.80
scalarMethod · 0.45
executeMethod · 0.45

Tested by

no test coverage detected