$BATS_FILE_TMPDIR
–
Directory For Temporary Test Files
$BATS_FILE_TMPDIR
is the path to the temporary directory common to all tests of a test file.
Links
Examples
- Print directory path
1 2 3
@test "Example" { echo "Path: $BATS_FILE_TMPDIR" >&3 }
BashSupport Pro 是一款shell 脚本集成开发环境,支持 bats-core 的 $BATS_FILE_TMPDIR - 立即试用!