From e34d027260dc1275ef20dc0728953e2580493d0d Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:48:33 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4e59287..8cd2518 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,7 @@ Unreleased - Using modern way to specify hook options to avoid deprecation warnings with pytest >=7.2. - Add generic ``step`` decorator that will be used for all kind of steps `#548 `_ - Add ``stacklevel`` param to ``given``, ``when``, ``then``, ``step`` decorators. This allows for programmatic step generation `#548 `_ +- Hide pytest-bdd internal method in user tracebacks `#557 `_. 6.0.1 ----- @@ -31,7 +32,6 @@ This release introduces breaking changes in order to be more in line with the of - Add type annotations (youtux) `#505 `_ - ``pytest_bdd.parsers.StepParser`` now is an Abstract Base Class. Subclasses must make sure to implement the abstract methods. (youtux) `#505 `_ - Angular brackets in step definitions are only parsed in "Scenario Outline" (previously they were parsed also in normal "Scenario"s) (youtux) `#524 `_. -- Hide pytest-bdd internal method in user tracebacks `#557 `_.