Skip to content

Add new cli param '--filter' #127

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

trdthg
Copy link

@trdthg trdthg commented Nov 19, 2024

Add a new command line parameter to cli to filter the test cases to be run based on regex, which helps debugging

@trdthg
Copy link
Author

trdthg commented Jun 5, 2025

I just had a new idea. The logic of this PR was to filter by file path in datebase, but now I think it should be changed to filter by coverage_labels which is better for user.

All extensions depend on I, but I don't want to run the tests for I. When I'm developing, I only want to test the extensions I'm interested in, so this --filter is useful.

Add a new command line parameter to cli to filter the test cases to be run
based on regex, which helps debugging
@trdthg trdthg force-pushed the add-cil-param-filter branch from 2aa2b34 to 0452ce3 Compare June 6, 2025 06:40
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

Successfully merging this pull request may close these issues.

1 participant