mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
docs: update test-running guide with new top-level xmodule package
edx-platform's ./common/lib/xmodule/xmodule folder has been moved to ./xmodule. The test-running instructions needed to be updated in order to account for this new top-level folder. For context on the edx-platform change, see: https://discuss.openedx.org/t/breaking-apart-edx-platforms-common-lib-folder
This commit is contained in:
parent
6ac1c0d732
commit
9d1ce4717b
@ -283,6 +283,7 @@ Then, run unit tests with ``pytest`` commands::
|
||||
export EDXAPP_TEST_MONGO_HOST=mongodb
|
||||
pytest common
|
||||
pytest openedx
|
||||
pytest xmodule
|
||||
|
||||
# Run tests on LMS
|
||||
export DJANGO_SETTINGS_MODULE=lms.envs.tutor.test
|
||||
|
Loading…
Reference in New Issue
Block a user