-
Notifications
You must be signed in to change notification settings - Fork 269
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
Multiple tests written under single test name. #154
Comments
Looks like a nice idea. |
I think this can be done for stacks as well. |
shall I make a different PR? |
Yeah, I would recommend to do that. #152 is ready to merge and will be merge soon. |
string in ArrayStack is: and string in LinkedListStack is: which of them is better representation of a stack? |
As |
understood |
Description of the problem
generally one module has one test which has all of the tests implemented in it.
Example of the problem
This can be changed to
This will increase readability, and maintaining tests would be easier.
The text was updated successfully, but these errors were encountered: