We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a925513 commit bb85f0dCopy full SHA for bb85f0d
tox.ini
@@ -20,7 +20,7 @@ commands = coverage run --branch -m pytest {posargs:src/ecdsa}
20
21
[testenv:coverage]
22
sitepackages=True
23
-commands = coverage run --branch -m pytest {posargs:src/ecdsa}
+commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
24
25
[testenv:speed]
26
commands = {envpython} speed.py
0 commit comments