Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2024-12-16 06:53:02
Message id: 20241216055302.CB1F2FC1C@cvs.NetBSD.org
Log Message:
py-hypothesis: updated to 6.122.3
6.122.3
This patch improves our error and warning messages.
Add a warning for st.text("ascii") - you probably meant \
st.text(st.characters(codec="ascii")). Similarly for \
"utf-8".
Recommend remedies in the error message of Unsatisfiable.
When @given errors because it was given an extra keyword argument, and the \
keyword matches a setting name like max_examples, recommend \
@settings(max_examples=...) instead.
6.122.2
This patch updates some outdated external links in our documentation.
6.122.1
Fix from_type() on collections.abc.Callable returning None.
6.122.0
This release adds .span_start() and .span_end() methods to our internal \
PrimitiveProvider interface, for use by Alternative backends for Hypothesis.
Files: