Skip to content

Commit

Permalink
report hypothesis stats in run
Browse files Browse the repository at this point in the history
since hypothesis executes good few hundred test cases, do
report that they have been run when the user runs the test suite
specified in readme...
  • Loading branch information
tomato42 committed Oct 26, 2019
1 parent f964553 commit f849417
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 @@ -20,7 +20,7 @@ commands = coverage run --branch -m pytest {posargs:src/ecdsa}

[testenv:coverage]
sitepackages=True
commands = coverage run --branch -m pytest {posargs:src/ecdsa}
commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}

[testenv:speed]
commands = {envpython} speed.py
Expand Down

0 comments on commit f849417

Please sign in to comment.