MCPcopy Create free account
hub / github.com/PyO3/setuptools-rust / test

Function test

noxfile.py:227–229  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

225
226@nox.session()
227def test(session: nox.Session):
228 session.install("pytest", ".")
229 session.run("pytest", "setuptools_rust", "tests", *session.posargs)
230
231
232PYODIDE_VERSION = "0.29.1"

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…