We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f7d6e commit 3fb2ec1Copy full SHA for 3fb2ec1
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