$BATS_TEST_DESCRIPTION
–
Description of Current Test Case
$BATS_TEST_DESCRIPTION
is the description of the current test case.
Links
Examples
- Print test description
1 2 3
@test "Example test with output to STDOUT" { echo "Description: $BATS_TEST_DESCRIPTION" >&3 }
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_TEST_DESCRIPTION - 立即试用!