Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed May 29, 2024
1 parent 6bef53c commit 3450a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ namespaces = true # enable data directory to be identified

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -n auto" # -ra: show summary info for all test outcomes; -n auto: run tests in parallel
# pytest options: -ra: show summary info for all test outcomes; -n auto: run tests in parallel; --dist loadscope: distribute tests by loading scope
addopts = "-ra -n auto --dist loadscope"
testpaths = ["tests/unit"]

[tool.coverage.run]
Expand Down

0 comments on commit 3450a1c

Please sign in to comment.