Skip to content

Commit

Permalink
fix: add parallel testing for pytest (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Apr 22, 2024
1 parent ea0c386 commit a06b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test=pytest
[tool:pytest]
xfail_strict = true
# removing pytest-xdist config currently since that conflicts with -s option in --mock-level=LEAST tests
addopts = --verbose
addopts = --verbose -n auto --durations=0 --durations-min=1
testpaths = test/unit_tests


Expand Down

0 comments on commit a06b9aa

Please sign in to comment.