Skip to content

Commit

Permalink
Correct mutmut config for mutmut 3
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent b3919e6 commit 48b5fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run mutation tests
run: |
poetry run mutmut run
poetry run mutmut run "utils.*"
- name: Report results
# Todo: Only show failures https://github.com/sixty-north/cosmic-ray/issues/561
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[mutmut]
paths_to_mutate=utils
runner=poetry run pytest tests/utils
# mutmut 2 thing runner=poetry run pytest tests/utils
tests_dir=tests/utils
also_copy=
dbt_platform_helper
debug=True
# debug=True

0 comments on commit 48b5fd3

Please sign in to comment.