Path to this page:
Subject: CVS commit: pkgsrc/devel/py-parameterized
From: Adam Ciarcinski
Date: 2021-05-25 12:31:48
Message id: 20210525103148.B46D2FA95@cvs.NetBSD.org
Log Message:
py-parameterized: updated to 0.8.1
0.8.1 (2021-01-09)
* Add README and LICENSE to pypi sdist package
0.8.0 (2021-01-04)
* Handle camelCase test names. This is an ever-so-slightly backwards
incompatible change, as the method for determining which methods are
test methods has changed from ``method_name.startswith("test_")`` to
``method_name.startswith("test")``. The latter is the behavior of
the ``unittest`` module.
* Fix arguments to skip_on_empty helper
Files: