sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 519 forks source link

This commit corrects the problem of incorrect TAP format for skipped tests. #142

Open harschware opened 8 years ago

harschware commented 8 years ago

As reported in issue #141 , TAP format is incorrect. This PR corrects the problem, and adds a test case that uses the "skip reason" feature of BATS to ensure the correct output is produced.

harschware commented 8 years ago

Is there anyone who can merge this PR? It is correct, and it fixes the stated issue.

ztombol commented 8 years ago

@harschware Your patch works. Haven't really looked at the implementation or the tests though.