(self)
| 156 | |
| 157 | @requires.has_json_each |
| 158 | def test_20_style(self): |
| 159 | self._run_doctest( |
| 160 | "tutorial/index.rst", |
| 161 | "tutorial/engine.rst", |
| 162 | "tutorial/dbapi_transactions.rst", |
| 163 | "tutorial/metadata.rst", |
| 164 | "tutorial/data.rst", |
| 165 | "tutorial/data_insert.rst", |
| 166 | "tutorial/data_select.rst", |
| 167 | "tutorial/data_update.rst", |
| 168 | "tutorial/orm_data_manipulation.rst", |
| 169 | "tutorial/orm_related_objects.rst", |
| 170 | ) |
| 171 | |
| 172 | def test_core_operators(self): |
| 173 | self._run_doctest("core/operators.rst") |
nothing calls this directly
no test coverage detected