Skip to content

Commit

Permalink
run pytest in parallel (8 workers)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTumak committed Jul 2, 2024
1 parent fa18224 commit ecb7a0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ deps =
django42: Django>=4.2,<5.0
pytest-django
pytest-sugar
pytest-xdist
django-fsm
commands = pytest {posargs}
commands = pytest -n 8 {posargs}

[testenv:coverage]
description = Generate test coverage report with pytest-cov.
Expand Down

0 comments on commit ecb7a0d

Please sign in to comment.