Add tests for the plugin mechanism

This commit is contained in:
yuvipanda
2018-08-12 09:47:32 -07:00
parent 841c25e1bd
commit 8b2980a20a
4 changed files with 96 additions and 1 deletions

View File

@@ -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: