Package: wnpp Severity: wishlist Owner: Gioele Barabucci <[email protected]> X-Debbugs-Cc: [email protected], [email protected]
* Package name : bats-assert Version : 2.0.0 * URL : https://github.com/bats-core/bats-assert * License : CC0 Programming Lang: Bash Description : 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. -- Gioele Barabucci

