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