diff --git a/Makefile b/Makefile index 7ee4be6..6a12645 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,10 @@ source _build/venv/bin/activate && grip test: _build/.stamp_venv - source _build/venv/bin/activate && pytest --hypothesis-profile=dev + source _build/venv/bin/activate && pytest --capture=no --hypothesis-profile=dev --hypothesis-show-statistics --hypothesis-seed="$(shell date --iso=ns)" test_ci: _build/.stamp_venv - source _build/venv/bin/activate && pytest --hypothesis-profile=ci + source _build/venv/bin/activate && pytest --capture=no --hypothesis-profile=ci --hypothesis-show-statistics --hypothesis-seed="$(shell date --iso=ns)" venv_bash: _build/.stamp_venv source _build/venv/bin/activate && bash