[ 原始碼: bats-assert ]
套件:bats-assert(2.1.0-3)
Helper library providing common assertions for Bats
bats-assert provides various ready-made assertions that can be used to make Bats tests simpler to understand and to debug.
For example:
* assert_success: exit status is 0. * assert_output: output contains given content. * assert_line: a specific line of output contains given content.
其他與 bats-assert 有關的套件
|
|
|
|
-
- dep: bats-support
- Supporting library to test bats helper libraries
-
- enh: bats
- bash automated testing system