MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_events

Method test_events

test/dialect/oracle/test_dialect.py:1054–1059  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1052 )
1053
1054 def test_events(self):
1055 self._test_db_opt(
1056 f"oracle+{self.name}://scott:tiger@host/?events=true",
1057 "events",
1058 True,
1059 )
1060
1061
1062class CXOracleConnectArgsTest(BaseConnectArgsTest, fixtures.TestBase):

Callers

nothing calls this directly

Calls 1

_test_db_optMethod · 0.95

Tested by

no test coverage detected