Skip to content

Commit d027dd6

Browse files
committed
nocover short_circuit
1 parent 693782e commit d027dd6

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/internal/conjecture/shrinking

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/internal/conjecture/shrinking/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def short_circuit(self):
160160
If this returns True, the ``run`` method will terminate early
161161
without doing any more work.
162162
"""
163-
return False
163+
return False # pragma: no cover
164164

165165
def left_is_better(self, left, right):
166166
"""Returns True if the left is strictly simpler than the right

0 commit comments

Comments
 (0)