Skip to content

Commit

Permalink
fix: quality changes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Jun 5, 2024
1 parent f4686bb commit 919440c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eox_hooks/tests/tutor/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# 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 $(pwd)/eox-hooks
pip install -e /openedx/eox-hooks

echo "Install test-requirements"
make test-requirements

echo "Run tests"
pytest -s --ds=lms.envs.tutor.test $(pwd)/eox-hooks/eox_hooks/tests/tutor
pytest -s --ds=lms.envs.tutor.test /openedx/eox-hooks/eox_hooks/tests/tutor

0 comments on commit 919440c

Please sign in to comment.