[ 源代码: bats-assert ]
软件包:bats-assert(2.1.0-2)
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