You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Hypothesis replays examples from its test database that it knows were previously fully shrunk it will no longer try to shrink them again.
4
+
5
+
This should significantly speed up development workflows for slow tests, as the shrinking could contribute a significant delay when rerunning the tests.
6
+
7
+
In some rare cases this may cause minor reductions in example quality. This was considered an acceptable tradeoff for the improved test runtime.
0 commit comments