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

Clarify behaviour of TAP::Parser::Aggregator->all_passed #61

Closed
wants to merge 1 commit into from

Conversation

zoffixznet
Copy link

@zoffixznet zoffixznet commented Apr 5, 2017

Had a bug in my code because I assumed ->all_passed was the same as "everything is good". But this method returns false if all tests were skipped, like with plan skip_all => 'some reason'

@zoffixznet zoffixznet changed the title Clarify behaviour of TAP::Parser::Aggregator.all_passed Clarify behaviour of TAP::Parser::Aggregator->all_passed Apr 5, 2017
@Leont
Copy link
Member

Leont commented Apr 5, 2017

I would have expected exactly the same, and would argue the code is wrong and not the documentation.

@zoffixznet
Copy link
Author

Agreed. Opened an Issue instead: #62

@zoffixznet zoffixznet closed this Apr 5, 2017
@zoffixznet zoffixznet deleted the patch-1 branch April 5, 2017 18:16
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