Skip to content

Commit

Permalink
Explain to use pyproject.toml for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Oct 3, 2024
1 parent acd083a commit 2a1c8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)|_.
Expand Down

0 comments on commit 2a1c8f1

Please sign in to comment.