We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b6937 commit 9fe4f95Copy full SHA for 9fe4f95
Lib/test/support/_hypothesis_stubs/__init__.py
@@ -79,7 +79,7 @@ def register_random(*args, **kwargs):
79
80
81
def settings(*args, **kwargs):
82
- pass # pragma: nocover
+ return lambda f: f # pragma: nocover
83
84
85
class HealthCheck(Enum):
0 commit comments