MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / github_cext

Function github_cext

noxfile.py:181–184  ·  view source on GitHub ↗

run tests for github actions

(session: nox.Session)

Source from the content-addressed store, hash-verified

179
180@nox.session(name="github-cext")
181def github_cext(session: nox.Session) -> None:
182 """run tests for github actions"""
183
184 _tests(session, "sqlite", "cext", greenlet=False, timing_intensive=False)
185
186
187@nox.session(name="github-nocext")

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected