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