Skip to content

Commit

Permalink
Show hypothesis statistics in pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Oct 17, 2023
1 parent 5a36c0e commit f784d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extras =
test
commands =
pip freeze
pytest --pyargs fast_histogram {posargs}
pytest --pyargs fast_histogram --hypothesis-show-statistics {posargs}

[testenv:style]
skip_install = true
Expand Down

0 comments on commit f784d7b

Please sign in to comment.