Skip to content
Snippets Groups Projects
Unverified Commit 462581ff authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Drop the verbosity back down to a comfortable level

That is, dumping any extra information from Hypothesis clutters up the test
runner output too much to leave this on in general. :(
parent 2fa57a01
No related branches found
No related tags found
1 merge request!96Make the default profile disable too_slow and the deadline
......@@ -25,7 +25,6 @@ def _configure_hypothesis():
from hypothesis import (
HealthCheck,
Verbosity,
settings,
)
......@@ -52,7 +51,6 @@ def _configure_hypothesis():
# Make CI runs a little more aggressive in amount of coverage they try
# to provide.
max_examples=200,
verbosity=Verbosity.debug,
**base
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment