Path to this page:
Subject: CVS commit: pkgsrc/devel/py-hypothesis
From: Adam Ciarcinski
Date: 2017-05-23 09:57:50
Message id: 20170523075750.9D8D5FBE4@cvs.NetBSD.org
Log Message:
Changes 3.10.0:
Hypothesis now uses inspect.getfullargspec internally. On Python 2, there are no \
visible changes.
On Python 3 @given and @composite now preserve annotations on the decorated \
function. Keyword-only arguments are now either handled correctly (e.g. \
@composite), or caught in validation instead of silently discarded or raising an \
unrelated error later (e.g. @given).
Files: