Unit Testing bash scripts

后端 未结 16 731
暖寄归人
暖寄归人 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 19:06

    Maybe this can be used, or contributed to

    https://thorsteinssonh.github.io/bash_test_tools/

    Intended to write results in TAP protocol which I imagine is good for CI, and good for those that want shell environments. I imagine some things run in shell environments so, some might argue should be tested in their shell environment.

提交回复
热议问题