Skip to content

Commit

Permalink
update pytest parameter to enable parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Dec 11, 2023
1 parent 725d65f commit 9e5f322
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 @@ -47,7 +47,7 @@ namespaces = true # enable data directory to be identified

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
addopts = "-ra -n auto" # -ra: show summary info for all test outcomes; -n auto: run tests in parallel
testpaths = ["tests"]

[tool.coverage.run]
Expand Down

0 comments on commit 9e5f322

Please sign in to comment.