$BATS_FILE_EXTENSION
–
Test File Extension
$BATS_FILE_EXTENSION
specifies the extension of test files that should be found when running a test suite.
Links
Examples
- Print extension
1 2 3
@test "Example" { echo "Extension: $BATS_FILE_EXTENSION" >&3 }
BashSupport Pro ist eine Shell-Skript-IDE mit Unterstützung für $BATS_FILE_EXTENSION von bats-core - probieren Sie es jetzt aus!