Skip to content

Commit

Permalink
give doctest-modules a path
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 12, 2021
1 parent 3fa38f8 commit 20fd450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ignore = [

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--ignore=setup.py --ignore=validation/ --ignore=binder/ --ignore=docs/ --cov=pyhf --cov-report=term-missing --cov-config=.coveragerc --cov-report xml --doctest-modules --doctest-glob='*.rst'"
addopts = "--ignore=setup.py --ignore=validation/ --ignore=binder/ --ignore=docs/ --cov=pyhf --cov-report=term-missing --cov-config=.coveragerc --cov-report xml --doctest-modules src/pyhf --doctest-glob='*.rst'"
testpaths = [
"tests"
]
Expand Down

0 comments on commit 20fd450

Please sign in to comment.