diff --git a/src/_zkapauthorizer/tests/__init__.py b/src/_zkapauthorizer/tests/__init__.py index 8414036f6a09e4d541a8abb13ab6851a2102965c..98afe243e22cc561e27dd9aebab9e8f3e7f49cd9 100644 --- a/src/_zkapauthorizer/tests/__init__.py +++ b/src/_zkapauthorizer/tests/__init__.py @@ -25,6 +25,7 @@ def _configure_hypothesis(): from hypothesis import ( HealthCheck, + Verbosity, settings, ) @@ -51,6 +52,7 @@ def _configure_hypothesis(): # Make CI runs a little more aggressive in amount of coverage they try # to provide. max_examples=1000, + verbosity=Verbosity.debug, **base )