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:
Micah Jerome Ellison 2020-06-27 17:51:31 -07:00 committed by GitHub
parent 89624c155b
commit f7a49d715e

View file

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