Bats

From NovaOrdis Knowledge Base
Revision as of 22:52, 19 August 2020 by Ovidiu (talk | contribs) (→‎TODO)
Jump to navigation Jump to search

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.