Skip to content

Commit

Permalink
Added -vv to unit, integration and smoke tests (#9014)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed May 9, 2024
1 parent c251e34 commit 780d3b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -43,9 +43,9 @@ deps=
bandit: bandit

commands =
unit: pytest --maxfail=10 --capture=no -v --cov=celery --cov-report=xml --cov-report term {posargs}
integration: pytest -xsv t/integration {posargs}
smoke: pytest -xsv t/smoke --dist=loadscope --reruns 10 --reruns-delay 60 --rerun-except AssertionError {posargs}
unit: pytest -vv --maxfail=10 --capture=no -v --cov=celery --cov-report=xml --cov-report term {posargs}
integration: pytest -xsvv t/integration {posargs}
smoke: pytest -xsvv t/smoke --dist=loadscope --reruns 10 --reruns-delay 60 --rerun-except AssertionError {posargs}
setenv =
PIP_EXTRA_INDEX_URL=https://celery.github.io/celery-wheelhouse/repo/simple/
BOTO_CONFIG = /dev/null
Expand Down

0 comments on commit 780d3b5

Please sign in to comment.