aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/python/install_additional_jupyterlab.sh3
-rwxr-xr-xtest/python/install_jupyterlab.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/python/install_additional_jupyterlab.sh b/test/python/install_additional_jupyterlab.sh
index d48bb46..a5658f0 100755
--- a/test/python/install_additional_jupyterlab.sh
+++ b/test/python/install_additional_jupyterlab.sh
@@ -16,6 +16,9 @@ check "version" jupyter lab --version
packages="$(python3 -m pip list)"
check "location" grep jupyter <<< "$packages"
+# Check for git extension
+check "jupyterlab-git" grep jupyterlab-git <<< "$packages"
+
# Check for correct JupyterLab configuration
check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_server_config.py
diff --git a/test/python/install_jupyterlab.sh b/test/python/install_jupyterlab.sh
index d48bb46..a5658f0 100755
--- a/test/python/install_jupyterlab.sh
+++ b/test/python/install_jupyterlab.sh
@@ -16,6 +16,9 @@ check "version" jupyter lab --version
packages="$(python3 -m pip list)"
check "location" grep jupyter <<< "$packages"
+# Check for git extension
+check "jupyterlab-git" grep jupyterlab-git <<< "$packages"
+
# Check for correct JupyterLab configuration
check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_server_config.py