We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad78fd commit 547a5b2Copy full SHA for 547a5b2
README.rst
@@ -90,15 +90,15 @@ In `setup.cfg` in the root of your project you can configure mutmut if you need
90
91
[mutmut]
92
paths_to_mutate=src/
93
- tests_dir=tests/
+ pytest_add_cli_args_test_selection=tests/
94
95
If you use `pyproject.toml`, you must specify the paths as array in a `tool.mutmut` section:
96
97
.. code-block:: toml
98
99
[tool.mutmut]
100
paths_to_mutate = [ "src/" ]
101
- tests_dir = [ "tests/" ]
+ pytest_add_cli_args_test_selection= [ "tests/" ]
102
103
See below for more options for configuring mutmut.
104
0 commit comments