From 2a1c8f1f6b2f4fc6b359b722a1acf95d664fe5b3 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Thu, 3 Oct 2024 08:29:27 +0200 Subject: [PATCH] Explain to use pyproject.toml for configuration --- docs/configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 05e87e8..b626f39 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -57,7 +57,8 @@ destroy your data irrecoverably. Behave configuration file ------------------------- -You can use *behave*'s configuration file. Just create a ``behave.ini``, +You can use *behave*'s configuration file. Just add a ``[tool.behave]`` +section to your ``pyproject.toml`` file or create a ``behave.ini``, ``.behaverc``, ``setup.cfg`` or ``tox.ini`` file in your project's root directory and behave will pick it up. You can read more about it in the |behave docs (config files)|_.