Bats: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
(→TODO) |
||
Line 18: | Line 18: | ||
* How to troubleshoot tests - how do I get access to intermediate stderr and stdout? | * How to troubleshoot tests - how do I get access to intermediate stderr and stdout? | ||
* bats vs. bats-core (https://github.com/bats-core/bats-core.git). Apparently bats-core supersedes bats, and it should be used instead. Research, and understand the difference. One is that bats error reports are included as comments, not part of tap output, and are not therefore propagated to the Xunit version of tap-xunit. | * bats vs. bats-core (https://github.com/bats-core/bats-core.git). Apparently bats-core supersedes bats, and it should be used instead. Research, and understand the difference. One is that bats error reports are included as comments, not part of tap output, and are not therefore propagated to the Xunit version of tap-xunit. In other words, bats-core includes builtin xunit output. |
Revision as of 22:52, 19 August 2020
External
Internal
Subjects
TODO
- How to troubleshoot tests - how do I get access to intermediate stderr and stdout?
- bats vs. bats-core (https://github.com/bats-core/bats-core.git). Apparently bats-core supersedes bats, and it should be used instead. Research, and understand the difference. One is that bats error reports are included as comments, not part of tap output, and are not therefore propagated to the Xunit version of tap-xunit. In other words, bats-core includes builtin xunit output.