$BATS_TEST_FILENAME
–
Path to The Test File
$BATS_TEST_FILENAME
is the fully expanded path to the current bats test file.
Links
Examples
- Print the path to the current test file
1 2 3
@test "Example" { echo "Path: $BATS_TEST_FILENAME" >&3 }
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_TEST_FILENAME - 立即试用!