Releases: HypothesisWorks/hypothesis
Hypothesis for Python - version 6.72.3
This patch fixes a bug with "from_type()" with "dict[tuple[int, int],
str]" (issue #3527).
Thanks to Nick Muoh at the PyCon Sprints!
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.72.2
This patch refactors our internals to facilitate an upcoming feature.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.72.1
This patch fixes some documentation and prepares for future features.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.72.0
This release deprecates "Healthcheck.all()", and adds a codemod to
automatically replace it with "list(Healthcheck)" (issue #3596).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.71.0
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
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
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
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
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
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.