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
Copy file name to clipboardExpand all lines: hypothesis-python/RELEASE.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,6 @@ RELEASE_TYPE: patch
3
3
This release fixes a small caching bug in Hypothesis internals that may under
4
4
some circumstances have resulted in a less diverse set of test cases being
5
5
generated than was intended.
6
+
7
+
Fixing this problem revealed some performance problems that could occur during targeted property based testing, so this release also fixes those. Targeted property-based testing should now be significantly faster in some cases,
8
+
but this may be at the cost of reduced effectiveness.
0 commit comments