We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda58a9 commit e48bf02Copy full SHA for e48bf02
chapter08-automation-with-nox/noxfile.py
@@ -27,4 +27,4 @@ def build(session):
27
def tests(session):
28
"""Run the test suite."""
29
session.install(".[tests]")
30
- session.run("pytest", *session.posargs)
+ session.run("coverage", "run", "-m", "pytest", *session.posargs)
0 commit comments