From cae67b3d1f20cc10cec4e3e6143b86810f04947a Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 2 Feb 2026 13:45:13 -0300 Subject: [PATCH] mutation: avoid mutating test_framework.py --- src/mutation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mutation.rs b/src/mutation.rs index eb28607..32d6189 100644 --- a/src/mutation.rs +++ b/src/mutation.rs @@ -61,6 +61,7 @@ pub async fn run_mutation( || file_changed.contains("bench") || file_changed.contains("util") || file_changed.contains("sanitizer_supressions") + || file_changed.contains("test_framework.py") || file_changed.ends_with(".txt") { continue;