mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add tests for the plugin mechanism
This commit is contained in:
@@ -68,10 +68,16 @@ jobs:
|
||||
.circleci/integration-test.py build-image
|
||||
|
||||
- run:
|
||||
name: Run basic tests tests
|
||||
name: Run basic tests
|
||||
command: |
|
||||
.circleci/integration-test.py run-test basic-tests test_hub.py test_install.py test_extensions.py
|
||||
|
||||
- run:
|
||||
name: Run plugin tests
|
||||
command: |
|
||||
.circleci/integration-test.py run-test \
|
||||
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
|
||||
plugins test_simplest_plugin.py
|
||||
|
||||
|
||||
documentation:
|
||||
|
||||
Reference in New Issue
Block a user