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

Allow directly running nested tests instead of running from parent level #11

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

Conversation

FooBarRaz
Copy link

We wanted to be able to directly run a nested test from the IDE instead of having to run the entire parent. In order to accomplish that, we modified the runner to build the enclosing context when a parent exists. This allows for running any @before and @after blocks from a parent, but only runs the tests at and below the nesting level of the specified test method or class.

@JordanMartinez
Copy link

Is this going to get merged and be released anytime soon? Or is such a capacity planned for (or already implemented in) JUnit 5, making this outdated?

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