Skip to content

Commit

Permalink
Added unit tests to "tox -e parallel" environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 25, 2024
1 parent 3448887 commit 23d9a5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,16 @@ commands =
make clean

[testenv:parallel]
description = Run all integration tests in parallel
description = Run all unit and integration tests in parallel
allowlist_externals = tox
setenv =
PYTHONUNBUFFERED = 1
PYTHONDONTWRITEBYTECODE = 1
commands =
tox -e \
3.12-unit,\
3.12-linux-integration-py-amqp,\
3.12-linux-integration-redis,\
3.12-linux-integration-mongodb,\
3.12-linux-integration-kafka \
-p -o -- --exitfirst -n auto --dist=loadscope {posargs}
-p -o -- --exitfirst {posargs}

0 comments on commit 23d9a5c

Please sign in to comment.