Bats: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
=External=
=External=


* https://github.com/bats-core/bats-core.git
* https://github.com/sstephenson/bats
* https://github.com/sstephenson/bats
* https://opensource.com/article/19/2/testing-bash-bats
* https://opensource.com/article/19/2/testing-bash-bats
Line 18: Line 19:


* 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. In other words, bats-core includes builtin xunit output.

Latest revision as of 02:10, 22 August 2020