Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2018-08-27 08:17:33
Message id: 20180827061733.E5AAEFBF8@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 3.69.3
3.69.3:
This patch handles passing an empty :class:python:enum.Enum to \
:func:~hypothesis.strategies.from_type returns \
:func:~hypothesis.strategies.nothing, instead of raising an internal \
:class:python:AssertionError.
3.69.2:
This patch fixes a small mistake in an internal comment. There is no \
user-visible change.
3.69.1:
This change fixes a small bug in how the core engine consults its cache of \
previously-tried inputs. There is unlikely to be any user-visible change.
3.69.0:
This release improves argument validation for stateful testing.
If the target or targets of a :func:~hypothesis.stateful.rule are invalid, we \
now raise a useful validation error rather than an internal exception.
Passing both the target and targets arguments is deprecated - append the target \
bundle to the targets tuple of bundles instead.
Passing the name of a Bundle rather than the Bundle itself is also deprecated.
Files: