Skip to content

Commit

Permalink
Lose spaces in mutmut config
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent 87fa05d commit b775221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env =
AWS_DEFAULT_REGION=eu-west-2
; addopts = --tb=short --numprocesses auto --dist loadgroup
; You may need to use the addopts setting below to unbreak debugging in your IDE
# Todo: Not sure, but keeping to single process for now to rule out any impact that might have on the results
addopts = --tb=short

filterwarnings =
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[mutmut]
paths_to_mutate = utils
runner = poetry run pytest tests/utils
tests_dir = tests/utils
also_copy =
paths_to_mutate=utils
runner=poetry run pytest tests/utils
tests_dir=tests/utils
also_copy=
dbt_platform_helper

0 comments on commit b775221

Please sign in to comment.