Added unit tests to "tox -e parallel" environment (#2123)

This commit is contained in:
Tomer Nosrati 2024-09-25 21:19:46 +03:00 committed by GitHub
parent 3448887f78
commit e845d5bf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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}