(session: nox.Session)
| 225 | |
| 226 | @nox.session() |
| 227 | def test(session: nox.Session): |
| 228 | session.install("pytest", ".") |
| 229 | session.run("pytest", "setuptools_rust", "tests", *session.posargs) |
| 230 | |
| 231 | |
| 232 | PYODIDE_VERSION = "0.29.1" |
nothing calls this directly
no test coverage detected
searching dependent graphs…