-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added color code to the result (green, red & yellow) #2
base: master
Are you sure you want to change the base?
Conversation
+1 |
Actually, this patch breaks the project's own shUnit2 tests, e.g. e.g.
|
I fixed the code to pass all the tests. I have pending to implement the yellow color to Assert Failure.
|
@dacacioa Oh that's fantastic. I really want this feature. I was going to take this patch and try to get it merged upstream in the real shUnit2 https://github.com/kward/shunit2 -- happy to do that, or maybe you would like to do it yourself. I think you would have to rebase since the project moved on a bit after zandev's fork. |
@alexharv074 done! |
Added color code to the result to easy check:
Ok -> Green
Failed -> Red
Assert Failure -> Yellow