If the function under test isn’t idempotent, then should I consider the repeat-failure as a passing test scenario? What is the recommended approach here?
It also looks like Hypothesis always replays a test even if I supply only one single example using st.just()? Is it documented somewhere in more detail how Hypothesis explores and replays tests? (I’m still reading my way through all of the docs and articles…)