From e8a1b36c82aa987364452b1a40bcc1b82000fda0 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Mon, 20 Mar 2017 10:21:47 +0100 Subject: [PATCH] add changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e91059b54..37570ed43 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,9 @@ New Features * ``pytest.raises`` now asserts that the error message matches a text or regex with the ``match`` keyword argument. Thanks `@Kriechi`_ for the PR. +* ``pytest.param`` can be used to declare test parameter sets with marks and test ids. + Thanks `@RonnyPfannschmidt`_ for the PR. + Changes -------