According to the Google docs, the convention is
TEST(TestSuiteName, TestName). Apply that convention to the
source code, test and documentation of the check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146713
[clang-tidy][NFC] Improve naming convention in google-readability-avoid-underscore-in-googletest-name ClosedPublic Authored by carlosgalvezp on Mar 23 2023, 5:19 AM.
Details Summary According to the Google docs, the convention is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 23 2023, 7:02 AM carlosgalvezp added inline comments.
Closed by commit rGf957b8fe1efe: [clang-tidy][NFC] Improve naming convention in google-readability-avoid… (authored by carlosgalvezp). · Explain WhyMar 24 2023, 12:22 AM This revision was automatically updated to reflect the committed changes. carlosgalvezp marked an inline comment as done.
Revision Contents
Diff 507705 clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
clang-tools-extra/docs/clang-tidy/checks/google/readability-avoid-underscore-in-googletest-name.rst
clang-tools-extra/test/clang-tidy/checkers/google/avoid-underscore-in-googletest-name.cpp
|
Be consistent and change all those TestCaseName into TestSuiteName.