MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / github_cext_greenlet

Function github_cext_greenlet

noxfile.py:174–177  ·  view source on GitHub ↗

run tests for github actions

(session: nox.Session)

Source from the content-addressed store, hash-verified

172
173@nox.session(name="github-cext-greenlet")
174def github_cext_greenlet(session: nox.Session) -> None:
175 """run tests for github actions"""
176
177 _tests(session, "sqlite", "cext", greenlet=True, timing_intensive=False)
178
179
180@nox.session(name="github-cext")

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected