We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd47bb commit b67041aCopy full SHA for b67041a
1 file changed
pyproject.toml
@@ -19,11 +19,14 @@ line-length = 100
19
20
[tool.mutmut]
21
paths_to_mutate = [
22
- "_starter_kit/src/",
23
- "fox_goose_corn/src/",
24
- "list_things/src/",
25
- "thing_rental/src/"
+ "_starter_kit/",
+ "fox_goose_corn/",
+ "list_things/",
+ "thing_rental/"
26
+]
27
+do_not_mutate = [
28
+ "**/tests/*"
29
]
30
31
[tool.pytest.ini_options]
-addopts = "--ignore mutants"
32
+addopts = "--ignore ./mutants"
0 commit comments