To avoid running all the tests for all the mutations, mutaml-runner could set an environment variable MUTAML_MUTATED_FILES containing a list of files that have mutations active. This would allow to condition a test so that it only runs if the code that it tests is part of the files that are mutated.
To avoid running all the tests for all the mutations,
mutaml-runnercould set an environment variableMUTAML_MUTATED_FILEScontaining a list of files that have mutations active. This would allow to condition a test so that it only runs if the code that it tests is part of the files that are mutated.