Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to show GUnit Tests in gtest_list_tests #76

Open
MattYoung50 opened this issue Apr 27, 2022 · 1 comment
Open

Add ability to show GUnit Tests in gtest_list_tests #76

MattYoung50 opened this issue Apr 27, 2022 · 1 comment

Comments

@MattYoung50
Copy link

Right now it only lists the name of the test fixture and not any of the SHOULD test cases:

GTest Version

image

image

image

Notice how CalculatorTestsGTest has its test case `ShouldReturnCorrectSumOf2Numbers`

GUnit Version

image

image

image

Notice how `Calculator Tests GUnit Add` doesn't list its test cases `Return Correct Sum of 9 + 8` and `Return Correct Sum of 9 + 9`
@MattYoung50
Copy link
Author

MattYoung50 commented Apr 28, 2022

Many VSCode plugins discover GTest tests using --gtest_list_tests. If this feature was added, a lot of the popular GTest VSCode extensions like TestMate would work natively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant