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

Function coverage

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

Run tests with coverage.

(
    session: nox.Session, database: str, cext: str, backendonly: str
)

Source from the content-addressed store, hash-verified

163 base_tag="coverage",
164)
165def coverage(
166 session: nox.Session, database: str, cext: str, backendonly: str
167) -> None:
168 """Run tests with coverage."""
169
170 _tests(
171 session,
172 database,
173 cext,
174 timing_intensive=False,
175 backendonly=backendonly == "backendonly",
176 coverage=True,
177 )
178
179
180@nox.session(name="github-cext-greenlet")

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected