MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_purity

Method test_purity

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

Source from the content-addressed store, hash-verified

1026
1027 @testing.requires.cxoracle6_or_greater
1028 def test_purity(self):
1029 self._test_db_opt(
1030 f"oracle+{self.name}://scott:tiger@host/?purity=attr_purity_new",
1031 "purity",
1032 self.dbapi.ATTR_PURITY_NEW,
1033 )
1034
1035 def test_encoding(self):
1036 self._test_db_opt(

Callers

nothing calls this directly

Calls 1

_test_db_optMethod · 0.95

Tested by

no test coverage detected