-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rhum.only() #5
Comments
Might be easier to think of an implementation once #10 is closed, as that PR collects all tests before running them - so we could just check if any of the tests have Note though that i think it would have to apply to all tests in a suite (if the suite has |
I agree. Let's wait for #10. Yea if a test suite has |
What
Develop the following method:
Rhum.only
Method should be public and should tell Rhum to only run that test plan/suite/case under the parent. For example:
Why
This is a testing framework dammit!
Checklist
Update README where needed
Unit & integration tests
Resources
Use the following issue as a guideline if possible
Pseudo-code for Implementation
All we have for information at the moment
Needs to account for plan/suite/case, and Rhum/RhumRunner should know that there is only one to test
The text was updated successfully, but these errors were encountered: