We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721312d commit f4f10e6Copy full SHA for f4f10e6
hypothesis-python/src/hypothesis/strategies/_internal/utils.py
@@ -116,7 +116,7 @@ def defines_strategy(
116
LazyStrategy.
117
"""
118
119
- if eager is not False and force_reusable_values:
+ if eager is not False and force_reusable_values: # pragma: no cover
120
# We could support eager + force_reusable_values with a suitable wrapper,
121
# but there are currently no callers that request this combination.
122
raise InvalidArgument(
0 commit comments