From 38b077d45d37261e8140abc3c16956756fc0da01 Mon Sep 17 00:00:00 2001 From: Luis Felipe Castano Date: Tue, 4 Jun 2024 01:42:38 -0500 Subject: [PATCH] fix: quality changes --- .github/workflows/integration-test.yml | 2 +- eox_tenant/test/tutor/integration.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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