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

Function github_nocext

noxfile.py:195–198  ·  view source on GitHub ↗

run tests for github actions

(session: nox.Session)

Source from the content-addressed store, hash-verified

193
194@nox.session(name="github-nocext")
195def github_nocext(session: nox.Session) -> None:
196 """run tests for github actions"""
197
198 _tests(session, "sqlite", "nocext", greenlet=False)
199
200
201def _tests(

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected