Bump hypothesis from 6.13.10 to 6.17.4
Bumps hypothesis from 6.13.10 to 6.17.4.
Release notes
Sourced from hypothesis's releases.
Hypothesis for Python - version 6.17.4
This patch makes unique "arrays()" much more efficient, especially when there are only a few valid elements - such as for eight-bit integers (issue #3066).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.17.3
This patch fixes the repr of "array_shapes()".
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.17.2
This patch wraps some internal helper code in our proxies decorator to prevent mutations of method docstrings carrying over to other instances of the respective methods.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.17.1
This patch moves some internal helper code in preparation for issue #3065. There is no user-visible change, unless you depended on undocumented internals.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.17.0
This release adds type annotations to the stateful testing API.
Thanks to Ruben Opdebeeck for this contribution!
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.16.0
This release adds the "DrawFn" type as a reusable type hint for the "draw" argument of "@composite" functions.
Thanks to Ruben Opdebeeck for this contribution!
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.15.0
This release emits a more useful error message when "@given()" is applied to a coroutine function, i.e. one defined using "async def" (issue #3054).
This was previously only handled by the generic "return_value" health check, which doesn't direct you to use either a custom executor or a library such as pytest-trio or pytest-asyncio to handle it for you.
... (truncated)
Commits
-
c4fb7c2Bump hypothesis-python version to 6.17.4 and update changelog -
8109b00Merge pull request #3076 from Zac-HD/faster-uniq-arrays -
60903d2Bump hypothesis-python version to 6.17.3 and update changelog -
2d8a8dbMerge pull request #3078 from honno/honno/wrap-array-shapes -
98c019fClearer RELEASE with cross-ref -
b846a6bWrap array_shapes in @defines_strategy -
cfb6b5eFaster unique arrays -
d8cbc06Bump hypothesis-python version to 6.17.2 and update changelog -
46cf880Merge pull request #3077 from honno/honno/numpy-extra-proxies -
203218cAvoid upstream bug - Additional commits viewable in compare view