(self)
| 137 | |
| 138 | @requires.has_json_each |
| 139 | def test_20_style(self): |
| 140 | self._run_doctest( |
| 141 | "tutorial/index.rst", |
| 142 | "tutorial/engine.rst", |
| 143 | "tutorial/dbapi_transactions.rst", |
| 144 | "tutorial/metadata.rst", |
| 145 | "tutorial/data.rst", |
| 146 | "tutorial/data_insert.rst", |
| 147 | "tutorial/data_select.rst", |
| 148 | "tutorial/data_update.rst", |
| 149 | "tutorial/orm_data_manipulation.rst", |
| 150 | "tutorial/orm_related_objects.rst", |
| 151 | ) |
| 152 | |
| 153 | def test_core_operators(self): |
| 154 | self._run_doctest("core/operators.rst") |
nothing calls this directly
no test coverage detected