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

Support wildcards for test selection #60

Open
moodmosaic opened this issue Dec 13, 2024 · 0 comments
Open

Support wildcards for test selection #60

moodmosaic opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@moodmosaic
Copy link
Member

For fairly-sized test-suites, it can be convenient to run tests based on patterns, like:

rv example reverse test some-test-name*

This way, we can easily filter tests by name, for example, rv example reverse test test-foo* to run all tests starting with test-foo.

We can support wildcards like:

  • * for any characters: rv example reverse test test-xyz* (runs all tests starting with test-xyz)
  • ? for a single character: rv example reverse test test-?oo (runs test-foo, test-boo, etc.)

This idea was proposed by @faculerena during a presentation to CoinFabrik on 12/12/2024, but the specifics are outlined here for further discussion (once the repository becomes public).

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

No branches or pull requests

1 participant