[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #63 from ogrisel/fix-pytest-collection-path
Browse files Browse the repository at this point in the history
FIX do not pytest collect outside of the hazardous module folder
  • Loading branch information
ogrisel authored Jul 3, 2024
2 parents cf07d74 + 5ce6551 commit a245e87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ max-complexity = 10
[tool.pytest.ini_options]
addopts = "--doctest-modules"
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
testpaths = [
"hazardous",
]

0 comments on commit a245e87

Please sign in to comment.