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

enhancement: ability to list matching test cases and to show test suite and test case details #889

Open
jhump opened this issue Jun 14, 2024 · 1 comment

Comments

@jhump
Copy link
Member

jhump commented Jun 14, 2024

Currently, all of the data associated with tests is embedded in the binary. But if a user wanted to explore the set of test cases, they have to go look at the source code in a git repository.

Ideally, the test runner's command-line interface would provide a way to list test cases, including filtering test cases against one or more patterns, and to show test case and test suite details.

@timostamm
Copy link
Member

I would find this very useful, and it would alleviate #887. A simple solution could be to print all test names after the line Filtered tests to 123 test case permutation(s) with the --vv flag. That's not very discoverable, but maybe it's good enough to document it in configuring_and_running_tests.md and in the flag description.

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

2 participants