Skip to content

Commit 35bb1db

Browse files
committed
Sanity-check test setup
1 parent f0f3e9b commit 35bb1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hypothesis-python/tests/cover/test_filter_rewriting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def __call__(self, bar):
179179

180180

181181
lambda_without_source = eval("lambda x: x > 2", {}, {})
182+
assert get_pretty_function_description(lambda_without_source) == "lambda x: <unknown>"
182183

183184

184185
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)