features/test/python/test.sh
2022-05-25 12:40:40 -07:00

13 lines
186 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" python --version
# Report result
reportResults