Skip to content

Commit

Permalink
Try mutmut on the whole test wuite
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent 618531a commit 845383c
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 @@ -73,4 +73,4 @@ jobs:
- name: Run mutation tests
run: |
poetry run mutmut run "utils.*"
poetry run mutmut run
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
paths_to_mutate=utils,dbt_platform_helper
# mutmut 2 thing runner=poetry run pytest tests/utils
tests_dir=tests/utils
tests_dir=tests
also_copy=
dbt_platform_helper
# debug=True

0 comments on commit 845383c

Please sign in to comment.