$BATS_TEST_FILENAME  –  Path to The Test File

$BATS_TEST_FILENAME is the fully expanded path to the current bats test file.

Examples

Print the path to the current test file
1
2
3
@test "Example" {
  echo "Path: $BATS_TEST_FILENAME" >&3
}
BashSupport Pro ist eine Shell-Skript-IDE mit Unterstützung für $BATS_TEST_FILENAME von bats-core - probieren Sie es jetzt aus!
© 2020–2024 Joachim Ansorg
Impressum
Datenschutz
Rechtliches