(self)
| 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( |
nothing calls this directly
no test coverage detected