Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
Enable settings to operate as a decorator
Co-authored-by: Zac Hatfield-Dodds <[email protected]>
  • Loading branch information
pganssle and Zac-HD committed May 11, 2023
commit 87c6bdbe4c10897a6514e663037ee29eef4574c6
2 changes: 1 addition & 1 deletion Lib/test/support/_hypothesis_stubs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def register_random(*args, **kwargs):


def settings(*args, **kwargs):
pass # pragma: nocover
return lambda f: f # pragma: nocover


class HealthCheck(Enum):
Expand Down