$BATS_TEST_DIRNAME: Parent Directory of The Test File

$BATS_TEST_DIRNAME is the path to the directory containing the current bats test file

Examples

Print parent directory path
1
2
3
@test "Example" {
  echo "Parent: $BATS_TEST_DIRNAME" >&3
}
BashSupport Pro 是一个 支持 $BATS_TEST_DIRNAME 的 Bash 集成开发工具 – 马上试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款