Skip to content

Commit

Permalink
looks only in test folder for pyest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhxszo committed Aug 26, 2024
1 parent 5e0d39f commit b312236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ dependencies = [
[tool.hatch.envs.types.scripts]
check = "mypy --install-types --non-interactive {args:src/cdsaxs}"

[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"tests",
]

[tool.coverage.run]
source_pkgs = ["cdsaxs"]
branch = true
Expand Down

0 comments on commit b312236

Please sign in to comment.