diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d383d6fd..45625bd9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,4 +1,4 @@ -name: Integration +name: Tutor Integration Tests on: [pull_request] jobs: diff --git a/eox_tenant/test/tutor/integration.sh b/eox_tenant/test/tutor/integration.sh index eab80dd9..a45856ed 100644 --- a/eox_tenant/test/tutor/integration.sh +++ b/eox_tenant/test/tutor/integration.sh @@ -1,13 +1,11 @@ #!/bin/bash -# Install the package in the edxapp env +# This script installs the package in the edxapp environment, installs test requirements from Open edX and runs the tests using the Tutor settings. echo "Install package" pip install -e ../eox-tenant -# Install test requirements from openedx echo "Install test-requirements" make test-requirements -# Running the tests using the tutor settings echo "Run tests" pytest -s --ds=lms.envs.tutor.test /openedx/eox-tenant/eox_tenant/test/tutor