8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c6ea4 commit 81cf342Copy full SHA for 81cf342
scripts/test
@@ -4,7 +4,7 @@ set -e
4
export PREFIX='poetry run python -m '
5
export REGEX='^(?![.]|venv).*'
6
7
-${PREFIX}pytest -n 3 --dist=loadfile --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen tests/
+${PREFIX}pytest -n 3 --dist=loadfile --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen "${@}" tests/
8
${PREFIX}ruff check commitizen/ tests/ --fix
9
${PREFIX}mypy commitizen/ tests/
10
${PREFIX}commitizen -nr 3 check --rev-range origin/master..
0 commit comments