Unit Testing bash scripts

后端 未结 16 740
暖寄归人
暖寄归人 2020-11-30 18:51

We have a system that has some bash scripts running besides Java code. Since we are trying to Test Everything That Could Possibly Break, and those bash scripts may break, we

16条回答
  •  没有蜡笔的小新
    2020-11-30 18:57

    TAP-compliant Bash testing: Bash Automated Testing System

    TAP, the Test Anything Protocol, is a simple text-based interface between testing modules in a test harness. TAP started life as part of the test harness for Perl but now has implementations in C, C++, Python, PHP, Perl, Java, JavaScript, and others.

    bats-core

提交回复
热议问题