From df7af76c6cf9c0bc2db05100286c9c48a24aa70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20R=C3=B6thlisberger?= Date: Fri, 4 Nov 2022 19:04:29 +0000 Subject: [PATCH] Add changelog entry for bdd_features_base_dir change --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7e74497..131eb5f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,7 @@ Unreleased - 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 `_. - Make the package PEP 561-compatible `#559 `_ `#563 `_. +- Configuration option ``bdd_features_base_dir`` is interpreted as relative to the `pytest root directory `_ (previously it was relative to the current working directory). `#573 `_ 6.0.1