Skip to content

Releases: HypothesisWorks/hypothesis

Hypothesis for Python - version 6.123.13

09 Jan 20:31
Compare
Choose a tag to compare

Hypothesis for Python - version 6.123.12

09 Jan 19:43
Compare
Choose a tag to compare

"DirectoryBasedExampleDatabase" now creates files representing
database entries atomically, avoiding a very brief intermediary state
where a file could be created but not yet written to.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.11

09 Jan 05:18
Compare
Choose a tag to compare

Hypothesis for Python - version 6.123.10

09 Jan 00:04
Compare
Choose a tag to compare

Fixes a bug caused by alternative backends raising
"hypothesis.errors.BackendCannotProceed" in certain cases.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.9

08 Jan 07:34
Compare
Choose a tag to compare

Hypothesis for Python - version 6.123.8

08 Jan 06:24
Compare
Choose a tag to compare

The shrinker contains a pass aimed at integers which are required to
sum to a value. This patch extends that pass to floats as well.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.7

07 Jan 04:36
Compare
Choose a tag to compare

Hypothesis for Python - version 6.123.6

07 Jan 01:42
Compare
Choose a tag to compare

"@reproduce_failure()" now uses a newer internal interface to
represent failures. As a reminder, this representation is not intended
to be stable across versions or with respect to changes in the test.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.5

07 Jan 01:03
Compare
Choose a tag to compare

Internal code refactoring for the typed choice sequence (issue #3921).
May have some neutral effect on shrinking.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.4

06 Jan 11:56
Compare
Choose a tag to compare

This patch improves shrinking involving long strings or byte sequences
whose value is not relevant to the failure.

The canonical version of these notes (with links) is on readthedocs.