Skip to content

test-sbt: treat TestWildcardSelector correctly #9680

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

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

dubinsky
Copy link
Contributor

@dubinsky dubinsky commented Mar 9, 2025

I understand the loss of fidelity of treating TestSelector as a wildcard: the only test case name-based filtering that ZIO Test supports is "search terms", which work as wildcards; further loss of fidelity of executing the entire suite in the presence of TestWildcardSelectors does not seem warranted though.

…dcard: the only test case name-based filtering that ZIO Test supports is "search terms", which work as wildcards (https://github.com/zio/zio/blob/series/2.x/test/shared/src/main/scala/zio/test/FilteredSpec.scala#L32); further loss of fidelity of executing the entire suite in the presence of `TestWildcardSelector`s does not seem warranted though.
Copy link
Contributor

@kyri-petrou kyri-petrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kyri-petrou kyri-petrou merged commit 9fc6ae4 into zio:series/2.x Mar 13, 2025
18 checks passed
@dubinsky
Copy link
Contributor Author

Thanks!

Thank you!

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