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

tests: Support test filters #308

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

johannes-wolf
Copy link
Member

@johannes-wolf johannes-wolf commented Oct 30, 2023

This allows to run tests by name (regexp):

just test plot
just test plot anchor

All filter strings are concatted to one regexp by "|" and passed to grep.

This allows to run tests by name:
  just test plot
  just test plot anchor

All filter strings are concatted to one regexp by "|" and passed to grep.
@johannes-wolf johannes-wolf added the enhancement ⬆️ New feature or request label Oct 30, 2023
@johannes-wolf johannes-wolf merged commit ae720c5 into redesign-internals Oct 30, 2023
0 of 2 checks passed
@johannes-wolf johannes-wolf deleted the test-script-filter branch October 30, 2023 22:04
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

Successfully merging this pull request may close these issues.

2 participants