Added tests

This commit is contained in:
GeorgianaElena
2019-07-16 20:18:45 +03:00
parent f653d48b87
commit b4b37d84cc
4 changed files with 66 additions and 7 deletions

View File

@@ -72,6 +72,12 @@ jobs:
command: |
.circleci/integration-test.py run-test basic-tests test_hub.py test_install.py test_extensions.py
- run:
name: Run admin tests
command: |
.circleci/integration-test.py run-test --installer-args "--admin admin:admin" basic-tests test_admin_installer.py
- run:
name: Run plugin tests
command: |