forked from pool/python-hypothesis
- update to 4.24.2
* Deprecation messages for functions in hypothesis.extra.django.models now explicitly name the deprecated function to make it easier to track down usages. * a spurious bug raised when a @st.composite function was passed a keyword-only argument. * deprecates GenericStateMachine, in favor of RuleBasedStateMachine. * This patch clarifies some error messages when the test function signature is incompatible with the arguments to @given, especially when the @settings() decorator is also used * ixes a minor formatting issue the docstring of from_type() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=106
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 09:01:21 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 4.24.2
|
||||
* Deprecation messages for functions in hypothesis.extra.django.models
|
||||
now explicitly name the deprecated function to make it easier to track down usages.
|
||||
* a spurious bug raised when a @st.composite function was passed a keyword-only argument.
|
||||
* deprecates GenericStateMachine, in favor of RuleBasedStateMachine.
|
||||
* This patch clarifies some error messages when the test function signature
|
||||
is incompatible with the arguments to @given, especially when the @settings()
|
||||
decorator is also used
|
||||
* ixes a minor formatting issue the docstring of from_type()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 11:05:16 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user