-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
Nesting tests #184
Comments
Bump... |
+1 |
1 similar comment
+1 |
Tape is not designed for nesting like this. We recommend you do not use nested tests. |
Why not? Seems like something that should be fairly easy implemented and would make tests easier to categorize. Tap has this feature. Personally I would hate to switch to tap just because of this :-/ |
I just switched one of my projects to |
Would be great if we could more easily nest tests.
See: #155 (comment)
The text was updated successfully, but these errors were encountered: