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

Function test_examples

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

Source from the content-addressed store, hash-verified

13
14@nox.session(name="test-examples", venv_backend="none")
15def test_examples(session: nox.Session):
16 for example in glob("examples/*/noxfile.py"):
17 session.run("nox", "-f", example, external=True)
18
19
20@nox.session(name="test-sdist-vendor")

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…