refactor: rename module -> block within lms/djangoapps/courseware
Also, removed unused `_has_access_xmodule` methid from `lms/djangoapps/courseware/access.py`.
This commit is contained in:
@@ -183,7 +183,7 @@ How to output coverage locally
|
||||
These are examples of how to run a single test and get coverage::
|
||||
|
||||
pytest cms/djangoapps/contentstore/tests/test_import.py --cov --cov-config=.coveragerc-local # cms example
|
||||
pytest lms/djangoapps/courseware/tests/test_module_render.py --cov --cov-config=.coveragerc-local # lms example
|
||||
pytest lms/djangoapps/courseware/tests/test_block_render.py --cov --cov-config=.coveragerc-local # lms example
|
||||
|
||||
That ``--cov-conifg=.coveragerc-local`` option is important - without it, the coverage
|
||||
tool will look for paths that exist on our jenkins test servers, but not on your local devstack.
|
||||
|
||||
Reference in New Issue
Block a user