MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_20_style

Method test_20_style

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_run_doctestMethod · 0.95

Tested by

no test coverage detected