6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-27 19:59:02 +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:
Kyle McCormick 2022-07-13 08:53:55 -04:00 committed by Régis Behmo
parent 6ac1c0d732
commit 9d1ce4717b

View File

@ -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