features/test/jupyterlab/test.sh

12 lines
186 B
Bash
Raw Normal View History

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