fix(cirrus): Run cirrus pytest in verbose mode (#11362)
Because - To make it easier to identify failing tests This commit - make cirrus pytest tests run in verbose mode Fixes #9148 Co-authored-by: mosaadm <mohamed.mahmoud@toptal.com>
This commit is contained in:
Родитель
ff9d75da5d
Коммит
013f8cf0b7
2
Makefile
2
Makefile
|
@ -241,7 +241,7 @@ CIRRUS_BLACK_CHECK = black -l 90 --check --diff .
|
|||
CIRRUS_BLACK_FIX = black -l 90 .
|
||||
CIRRUS_RUFF_CHECK = ruff check .
|
||||
CIRRUS_RUFF_FIX = ruff check --fix .
|
||||
CIRRUS_PYTEST = pytest . --cov-config=.coveragerc --cov=cirrus
|
||||
CIRRUS_PYTEST = pytest . --cov-config=.coveragerc --cov=cirrus -v
|
||||
CIRRUS_PYTHON_TYPECHECK = pyright -p .
|
||||
CIRRUS_PYTHON_TYPECHECK_CREATESTUB = pyright -p . --createstub cirrus
|
||||
CIRRUS_GENERATE_DOCS = python cirrus/generate_docs.py
|
||||
|
|
Загрузка…
Ссылка в новой задаче