Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔨(project) bind edx sources to host directories #21

Closed
wants to merge 3 commits into from

Conversation

SergioSim
Copy link
Collaborator

Purpose

During development and testing, it is convenient to inspect the edX sources.

Proposal

  • Bind two Docker volumes containing the edX sources (from the edx-platform and the Python modules) to the host.
  • Bind port 3000 from the edX LMS to facilitate connecting a remote debugger for the LMS.

During development and testing, it is convenient to inspect the edX
sources. Therefore, we bind two Docker volumes containing the edX sources
(from the edx platform and the Python modules) to the host.
We also bind port 3000 from the edX LMS to facilitate connecting a remote
debugger for the LMS.
The iframe in js_input_response test needs some time to become
interactive. Therefore we add an additional wait time in the test.
The drag_and_drop test relies on the problem beeing at it's initial
state.
However, edX preserves the state of the problem once it's submitted.
Therefore we reset the drag_and_drop problem before answering it.
@SergioSim
Copy link
Collaborator Author

We choose to split this PR.
The changes related to the development environment are moved to the dev branch and should not be merged with main.
The changes related to bug fixes are moved to a new PR: #22

@SergioSim SergioSim closed this Nov 8, 2022
@jmaupetit jmaupetit deleted the bind-edx-sources branch November 14, 2022 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant