MCPcopy Index your code
hub / github.com/pyca/bcrypt / tests

Function tests

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

Source from the content-addressed store, hash-verified

6
7@nox.session
8def tests(session: nox.Session) -> None:
9 session.install("coverage")
10 session.install(".[tests]")
11
12 session.run(
13 "coverage", "run", "-m", "pytest", "--strict-markers", *session.posargs
14 )
15 session.run("coverage", "combine")
16 session.run("coverage", "report", "-m", "--fail-under", "100")
17
18
19@nox.session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected