mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Make behave output more concise when running make test (#988)
Make behave output more concise when running make test Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
89624c155b
commit
f7a49d715e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ lint: ## Check style with various tools
|
||||||
|
|
||||||
test: lint ## Run unit tests and behave tests
|
test: lint ## Run unit tests and behave tests
|
||||||
poetry run pytest
|
poetry run pytest
|
||||||
poetry run behave
|
poetry run behave --no-skipped --format progress2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
poetry build
|
poetry build
|
||||||
|
|
Loading…
Add table
Reference in a new issue