Skip to content

Commit

Permalink
Offload to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Oct 23, 2023
1 parent de9161d commit 3e20905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .mutant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
integration:
name: minitest
requires:
- project_management
matcher:
subjects:
- ProjectManagement*
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ $(addprefix test_, $(EXAMPLES)):

$(addprefix mutate_, $(EXAMPLES)):
@bundle exec mutant run \
--include $(subst mutate_,,$@)/lib \
--require project_management \
--use minitest "ProjectManagement*"
--include $(subst mutate_,,$@)/lib

mutate_extracted_state:
@bundle exec mutant run --include test \
--include extracted_state/lib \
--require project_management \
--ignore-subject "ProjectManagement::Issue#apply_on_state" \
--ignore-subject "ProjectManagement::Issue#apply" \
--use minitest "ProjectManagement*"
--ignore-subject "ProjectManagement::Issue#apply"

show_ui:
@bundle exec ruby ui/duck_typing_ui.rb
Expand Down

0 comments on commit 3e20905

Please sign in to comment.