add section on test names#13276
Open
ShahakShama wants to merge 1 commit intoshahak/style-guide-short-unit-test-recommendationfrom
Open
add section on test names#13276ShahakShama wants to merge 1 commit intoshahak/style-guide-short-unit-test-recommendationfrom
ShahakShama wants to merge 1 commit intoshahak/style-guide-short-unit-test-recommendationfrom
Conversation
This was referenced Mar 15, 2026
Open
Open
Open
Open
create misc section, move stuff into it, and order by importance (no erasure of anything yet)
#13112
Open
01a819e to
8e233b9
Compare
2217ad7 to
41db94c
Compare
8e233b9 to
beca173
Compare
7caf370 to
70041dd
Compare
beca173 to
bb84c16
Compare
70041dd to
7861389
Compare
bb84c16 to
0448af8
Compare
This was referenced Mar 31, 2026
0448af8 to
33c2542
Compare
123b641 to
ebd0ed1
Compare
33c2542 to
8780138
Compare
ebd0ed1 to
c83e5f5
Compare
32661c4 to
6c01bd8
Compare
4ab0e1c to
cac881d
Compare
6c01bd8 to
36c715b
Compare
cac881d to
b770f94
Compare
36c715b to
3afc1cd
Compare
b770f94 to
e719fcb
Compare
3afc1cd to
0b8b63c
Compare
0b8b63c to
8f19659
Compare
e719fcb to
52158a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Documentation-only change with no impact on runtime behavior or build/test execution.
Overview
Adds a new Test Names subsection to
style.mdunder Testing that standardizes unit test naming: tests should use atest_prefix and can be long/descriptive to clearly distinguish tests from helper functions.Written by Cursor Bugbot for commit 0448af8. This will update automatically on new commits. Configure here.