MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / github_nocext

Function github_nocext

noxfile.py:188–191  ·  view source on GitHub ↗

run tests for github actions

(session: nox.Session)

Source from the content-addressed store, hash-verified

186
187@nox.session(name="github-nocext")
188def github_nocext(session: nox.Session) -> None:
189 """run tests for github actions"""
190
191 _tests(session, "sqlite", "nocext", greenlet=False)
192
193
194def _tests(

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected