There was an error while loading. Please reload this page.
Requirements for PR reviews to merge faster the existing and new pull requests:
How to prepare pull request for merging to main branch by doing "squash" or "rebase" on it:
https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request
To install the current codebase locally run
pip install .
To install in editable mode
pip install -e .
This means that import clr will pick up the version from the development directory.
import clr
To run clr tests:
python -m pytest