MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / tests

Function tests

noxfile.py:133–149  ·  view source on GitHub ↗

run the main test suite

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

Source from the content-addressed store, hash-verified

131 ],
132)
133def tests(
134 session: nox.Session,
135 database: str,
136 greenlet: str,
137 backendonly: str,
138 cext: str,
139) -> None:
140 """run the main test suite"""
141
142 _tests(
143 session,
144 database,
145 greenlet=greenlet == "_greenlet",
146 backendonly=backendonly == "backendonly",
147 platform_intensive=backendonly == "memusage",
148 cext=cext,
149 )
150
151
152@nox.session(name="coverage")

Callers

nothing calls this directly

Calls 1

_testsFunction · 0.85

Tested by

no test coverage detected