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 4, 2024
1 parent a4ab59b commit 38b077d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration
name: Tutor Integration Tests
on: [pull_request]

jobs:
Expand Down
4 changes: 1 addition & 3 deletions eox_tenant/test/tutor/integration.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 38b077d

Please sign in to comment.