Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This change updates the CLI to support regex-based test filtering.
--skip-test now accepts regex patterns.
A new --tests option is added to include only tests matching the given regex patterns.
Logic is: (included by --tests OR default all) AND (NOT excluded by --skip-test).


PR created automatically by Jules for task 2981052540215848144 started by @bjackman

- Update `--skip-test` to accept regex patterns instead of exact strings.
- Add `--tests` option to allow filtering tests by regex patterns (inclusion).
- Update `ParsedConfig::new` and `Config::parse_tests` to handle regex compilation and filtering logic.
- Add integration tests for regex-based skipping and including of tests.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@bjackman bjackman marked this pull request as ready for review December 22, 2025 15:03
@bjackman bjackman merged commit 1f4b817 into master Dec 22, 2025
1 check passed
@bjackman
Copy link
Owner

not bad for a clanker

@google-labs-jules
Copy link
Contributor Author

not bad for a clanker

Thank you! I aim to please.

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.

2 participants