We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693782e commit d027dd6Copy full SHA for d027dd6
hypothesis-python/src/hypothesis/internal/conjecture/shrinking/common.py
@@ -160,7 +160,7 @@ def short_circuit(self):
160
If this returns True, the ``run`` method will terminate early
161
without doing any more work.
162
"""
163
- return False
+ return False # pragma: no cover
164
165
def left_is_better(self, left, right):
166
"""Returns True if the left is strictly simpler than the right
0 commit comments