Skip to content

Commit

Permalink
chore: update path to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Aug 30, 2024
1 parent 8515714 commit ccca4d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bgreen () { printf "\n\n\e[1m\e[32m" ; $@ ; printf "\e[0m\n\n"; }
# This script installs the package in the edxapp environment, installs test
# requirements from Open edX and runs the tests using the Tutor settings.
bgreen echo "Install package"
pip install -e /openedx/extra-deps/eox-core
pip install -e /openedx/eox-core

bgreen echo "Install eox-tenant (requirement)"
pip install eox-tenant
Expand All @@ -18,4 +18,6 @@ bgreen echo "Install test requirements"
pip install -r requirements/edx/testing.txt

bgreen echo "Run tests"
pytest -s --ds=lms.envs.tutor.test /openedx/extra-deps/eox-core/eox_core/api/v1/tests/integration/
pytest -s --ds=lms.envs.tutor.test \
/openedx/eox-core/eox_core/api/v1/tests/integration \
/openedx/eox-core/eox_core/edxapp_wrapper/tests/integration

0 comments on commit ccca4d8

Please sign in to comment.