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

Skip to content

Commit 9fe4f95

Browse files
pganssleZac-HD
andauthored
Update Lib/test/support/_hypothesis_stubs/__init__.py
Co-authored-by: Zac Hatfield-Dodds <[email protected]>
1 parent c2b6937 commit 9fe4f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/support/_hypothesis_stubs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def register_random(*args, **kwargs):
7979

8080

8181
def settings(*args, **kwargs):
82-
pass # pragma: nocover
82+
return lambda f: f # pragma: nocover
8383

8484

8585
class HealthCheck(Enum):

0 commit comments

Comments
 (0)