MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_20_style

Method test_20_style

test/base/test_tutorials.py:158–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 1

_run_doctestMethod · 0.95

Tested by

no test coverage detected