Skip to content

Releases: HypothesisWorks/hypothesis

Hypothesis for Python - version 6.71.0

07 Apr 18:53
Compare
Choose a tag to compare

This release adds "GitHubArtifactDatabase", a new database backend
that allows developers to access the examples found by a Github
Actions CI job. This is particularly useful for workflows that involve
continuous fuzzing, like HypoFuzz.

Thanks to Agustín Covarrubias for this feature!

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

Hypothesis for Python - version 6.70.2

03 Apr 02:26
Compare
Choose a tag to compare

This patch clarifies the reporting of time spent generating data. A
simple arithmetic mean of the percentage of time spent can be
misleading; reporting the actual time spent avoids misunderstandings.

Thanks to Andrea Reina for reporting and fixing issue #3598!

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

Hypothesis for Python - version 6.70.1

27 Mar 18:14
Compare
Choose a tag to compare

This patch updates our vendored list of top-level domains, which is
used by the provisional "domains()" strategy.

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

Hypothesis for Python - version 6.70.0

16 Mar 07:52
Compare
Choose a tag to compare

This release adds an optional "domains=" parameter to the "emails()"
strategy, and excludes the special-use .arpa domain from the default
strategy (issue #3567).

Thanks to Jens Tröger for reporting and fixing this bug!

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

Hypothesis for Python - version 6.69.0

15 Mar 20:02
Compare
Choose a tag to compare

This release turns "HealthCheck.return_value" and
"HealthCheck.not_a_test_method" into unconditional errors. Passing
them to "suppress_health_check=" is therefore a deprecated no-op.
(issue #3568). Thanks to Reagan Lee for the patch!

Separately, GraalPy can now run and pass most of the hypothesis test
suite (issue #3587).

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

Hypothesis for Python - version 6.68.3

15 Mar 08:43
Compare
Choose a tag to compare

This patch updates our vendored list of top-level domains, which is
used by the provisional "domains()" strategy.

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

Hypothesis for Python - version 6.68.2

17 Feb 07:54
Compare
Choose a tag to compare

This patch fixes missing imports of the "re" module, when ghostwriting
tests which include compiled patterns or regex flags. Thanks to Jens
Heinrich for reporting and promptly fixing this bug!

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

Hypothesis for Python - version 6.68.1

12 Feb 07:53
Compare
Choose a tag to compare

This patch adds some private hooks for use in research on Schemathesis
(see our preprint here).

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

Hypothesis for Python - version 6.68.0

09 Feb 07:19
Compare
Choose a tag to compare

This release adds support for the Array API's 2022.12 release via the
"api_version" argument in "make_strategies_namespace()". Concretely
this involves complex support in its existing strategies, plus an
introduced "xps.complex_dtypes()" strategy.

Additionally this release now treats hypothesis.extra.array_api as
stable, meaning breaking changes should only happen with major
releases of Hypothesis.

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

Hypothesis for Python - version 6.67.1

05 Feb 21:58
Compare
Choose a tag to compare

This patch updates our autoformatting tools, improving our code style
without any API changes.

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