features/test/python/test.sh

13 lines
218 B
Bash
Raw Normal View History

2022-05-13 03:07:22 +03:00
#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "version" python --version
# Report result
reportResults