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

Function github_cext

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-cext")
188def github_cext(session: nox.Session) -> None:
189 """run tests for github actions"""
190
191 _tests(session, "sqlite", "cext", greenlet=False, timing_intensive=False)
192
193
194@nox.session(name="github-nocext")

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected