refactor!: move common/lib/capa/capa to xmodule/capa
As part of dissolving our sub-projects in edx-platform, we are moving this package under the xmodule directory. We have fixed all the occurences of import of this package and also fixed all documents related references. This might break your platform if you have any reference of `import capa` or `from capa import` in your codebase or in any Xblock. Ref: https://openedx.atlassian.net/browse/BOM-2582
This commit is contained in:
@@ -27,7 +27,7 @@ exclude=''
|
||||
exclude+='^\.$'
|
||||
|
||||
# Exclude test data that includes Python (do NOT exclude unit test source code, though).
|
||||
exclude+='|^common/lib/capa/capa/safe_exec/tests/test_files/?.*$'
|
||||
exclude+='|^xmodule/capa/safe_exec/tests/test_files/?.*$'
|
||||
exclude+='|^common/test/data/?.*$'
|
||||
|
||||
# Exclude common/lib and its immediate child directories.
|
||||
@@ -38,7 +38,6 @@ exclude+='|^common/test/data/?.*$'
|
||||
# * common/lib/capa -> EXCLUDE from check.
|
||||
# * common/lib/capa/capa/safe_exec -> INCLUDE in check.
|
||||
exclude+='|^common/lib$'
|
||||
exclude+='|^common/lib/capa$'
|
||||
|
||||
# xmodule data folder
|
||||
exclude+='|^xmodule/tests/data/xml-course-root/capa$'
|
||||
|
||||
Reference in New Issue
Block a user