Add CLAUDE.md note about test style (#17834)

This commit is contained in:
Zanie Blue
2026-02-03 11:59:38 -06:00
committed by GitHub
parent 396ff569ca
commit bea2297ca3
+1
View File
@@ -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