Skip to content

Commit

Permalink
fix: add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed May 22, 2024
1 parent a74c847 commit 7fa90c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion eox_hooks/tests/tutor/integration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/bin/bash

# install the package in the edxapp env
# Install the package in the edxapp env
echo "Install package"
pip install -e ../eox-hooks

# 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-hooks/eox_hooks/tests/tutor

0 comments on commit 7fa90c2

Please sign in to comment.