diff options
author | JP Ungaretti <19893438+jungaretti@users.noreply.github.com> | 2022-06-08 21:19:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 21:19:31 +0300 |
commit | e99bc62ea3ab412708688ddd8ceada0eb8374eaf (patch) | |
tree | b18123364aaf925c21fdd04e5a981763670e581b /test | |
parent | b947d0ed35752f432cb87641bd4e10e62cda3ac6 (diff) |
Merge JupyterLab feature into Python feature (#40)
* Restructure tools installation
* Tweak bash and zsh config
* Remove extra space
* Update comments
* Add option to install JupyterLab
* Add option to configure JupyterLab
* Add option to install ML packages
* Remove deprecated JuptyerLab feature
* Add new arguments to Python feature
* Remove trailing whitespace
* Organize new arguments
* Resolve feedback
* Create new scenario for JupyterLab
* Fix user in JupyterLab scenario
* Revert changes to Python test
* Remove ML packages
* Update test names
* Rename CORS option
Diffstat (limited to 'test')
-rw-r--r-- | test/jupyterlab/test.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/jupyterlab/test.sh b/test/jupyterlab/test.sh deleted file mode 100644 index 67249bf..0000000 --- a/test/jupyterlab/test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -# Optional: Import test library -source dev-container-features-test-lib - -# Definition specific tests -check "version" jupyter --version - -# Report result -reportResults
\ No newline at end of file |