Skip to content

Commit 2e62fad

Browse files
committed
update ghostwriter tests
1 parent 7b9a272 commit 2e62fad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hypothesis-python/tests/ghostwriter/recorded/hypothesis_module_magic.txt

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ def test_fuzz_find(
4343
)
4444

4545

46+
@given(f=st.from_type(object))
47+
def test_fuzz_is_hypothesis_test(f: object) -> None:
48+
hypothesis.is_hypothesis_test(f=f)
49+
50+
4651
@given(value=st.from_type(object))
4752
def test_fuzz_note(value: object) -> None:
4853
hypothesis.note(value=value)

0 commit comments

Comments
 (0)