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
This was referenced Mar 15, 2026
Collaborator
Author
This was referenced Mar 15, 2026
85d3c4b to
2217ad7
Compare
a97093c to
01a819e
Compare
Stavbe
approved these changes
Mar 16, 2026
Contributor
Stavbe
left a comment
There was a problem hiding this comment.
@Stavbe reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on ShahakShama).
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
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.