↓ 7 callersFunction_make_test_body(
*funcs: Callable,
ghost: str,
test_body: str,
except_: tuple[type[Exception], ...],
asse
hypothesis/src/hypothesis/extra/ghostwriter.py:817
↓ 7 callersMethodstep(
self,
selection_order: Callable[[int, int], Iterable[int]],
f: Callable[[Chooser], N
hypothesis/src/hypothesis/internal/conjecture/shrinking/choicetree.py:130
↓ 5 callersFunctionassert_failing_output(
test,
prefix="Failing test case",
*,
expected_exception=AssertionError,
**kwargs,
)
hypothesis/tests/common/utils.py:183
↓ 5 callersMethoddraw_value(
self,
choice_type: ChoiceTypeT,
value: ChoiceT,
*,
was_forced: bool,
hypothesis/src/hypothesis/internal/conjecture/datatree.py:1029