From ad1703938cc9cfa914b1f12fbea08757add44f0e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 5 Mar 2020 19:16:14 -0500 Subject: [PATCH] Why do you get killed on CI? --- src/_zkapauthorizer/tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_zkapauthorizer/tests/__init__.py b/src/_zkapauthorizer/tests/__init__.py index 8414036..98afe24 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 ) -- GitLab