Skip to content

Commit bb85f0d

Browse files
committed
report hypothesis stats in run
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...
1 parent a925513 commit bb85f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commands = coverage run --branch -m pytest {posargs:src/ecdsa}
2020

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

2525
[testenv:speed]
2626
commands = {envpython} speed.py

0 commit comments

Comments
 (0)