From bea2297ca346f27494f42bc106602a58df65e6f1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Feb 2026 11:59:38 -0600 Subject: [PATCH] Add CLAUDE.md note about test style (#17834) --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 554272525..7af31300e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,3 +12,4 @@ - NEVER update all dependencies in the lockfile and ALWAYS use `cargo update --precise` to make lockfile changes - NEVER assume clippy warnings are pre-existing, it is very rare that `main` has warnings +- ALWAYS read and copy the style of similar tests when adding new cases