MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_asyncio

Method test_asyncio

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

Source from the content-addressed store, hash-verified

201 @requires.gil_enabled
202 @requires.greenlet
203 def test_asyncio(self):
204 try:
205 make_url("sqlite+aiosqlite://").get_dialect().import_dbapi()
206 except ImportError:
207 skip_test("missing aiosqile")
208 self._run_doctest("orm/extensions/asyncio.rst")
209
210
211# increase number to force pipeline run. 1

Callers

nothing calls this directly

Calls 5

_run_doctestMethod · 0.95
make_urlFunction · 0.90
skip_testFunction · 0.90
import_dbapiMethod · 0.45
get_dialectMethod · 0.45

Tested by

no test coverage detected