Commit d4ed0ad
committed
docs: [#227] add essential rule for unit test naming conventions
- Add rule #15 to Essential Rules section in AGENTS.md
- Emphasizes CRITICAL importance of using it_should_* pattern
- Explicitly forbids test_* prefix for test function names
- References docs/contributing/testing/unit-testing.md for details
- Includes examples of correct vs incorrect naming
- Preventive measure to avoid future test naming violations1 parent 83014c5 commit d4ed0ad
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments