Skip to content

Commit b67041a

Browse files
committed
Tweak config
1 parent 3dd47bb commit b67041a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ line-length = 100
1919

2020
[tool.mutmut]
2121
paths_to_mutate = [
22-
"_starter_kit/src/",
23-
"fox_goose_corn/src/",
24-
"list_things/src/",
25-
"thing_rental/src/"
22+
"_starter_kit/",
23+
"fox_goose_corn/",
24+
"list_things/",
25+
"thing_rental/"
26+
]
27+
do_not_mutate = [
28+
"**/tests/*"
2629
]
2730

2831
[tool.pytest.ini_options]
29-
addopts = "--ignore mutants"
32+
addopts = "--ignore ./mutants"

0 commit comments

Comments
 (0)