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

ZIO Test: Implement TestAspect#only #3248

Merged
merged 1 commit into from Mar 31, 2020
Merged

ZIO Test: Implement TestAspect#only #3248

merged 1 commit into from Mar 31, 2020

Conversation

adamgfraser
Copy link
Member

Resolves #3226. Adds an only test annotation and an only test aspect that adds the annotation. The test executor then first traverses the spec to determine if any specs are annotated with only, if so it runs those specs, otherwise it runs all specs.

Copy link
Member

@jdegoes jdegoes left a comment

Choose a reason for hiding this comment

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

Much nicer than the old way!

@jdegoes jdegoes merged commit 19c5baf into zio:master Mar 31, 2020
@adamgfraser adamgfraser deleted the 3226 branch March 31, 2020 18:44
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.

ZIO Test: @@ only TestAspect
2 participants