Skip to content

Commit

Permalink
Add pytest-mock to nofile coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Dec 1, 2023
1 parent 27a88aa commit 1e505ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def unit(session):
@nox.session
def coverage(session):
session.run_always("pip", "install", "-e", ".[all]")
session.install("pytest-cov")
session.install("pytest", "pytest-cov", "pytest-mock")
session.run(
"pytest",
"--unit",
Expand Down

0 comments on commit 1e505ee

Please sign in to comment.