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:
micahellison 2020-06-27 17:51:31 -07:00 committed by GitHub
parent bba18cd108
commit f86d923843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ lint: ## Check style with various tools
test: lint ## Run unit tests and behave tests
poetry run pytest
poetry run behave
poetry run behave --no-skipped --format progress2
build:
poetry build