Skip to content

Commit b35b7f3

Browse files
committed
More tweaks
1 parent 33e48c9 commit b35b7f3

File tree

3 files changed

+281
-308
lines changed

3 files changed

+281
-308
lines changed

guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ TEST (ClassNameTests, StaticMethodBehavesCorrectly)
296296
4. **Group related tests** in test fixtures
297297
5. **Keep tests independent** and deterministic
298298
6. **Never Use C or C++ macros (like M_PI)** use yup alternatives
299+
7. **ALWAYS and EXCLUSIVELY use `just test`** to compile and execute tests
299300

300301
### When suggesting refactoring:
301302
1. **Maintain existing API contracts**

0 commit comments

Comments
 (0)