Revert "Revert "refactor: move common/lib/capa/capa to xmodule/capa" (#30762)"

This reverts commit 4463ee751d.
This commit is contained in:
Muhammad Soban Javed
2022-07-27 15:36:08 +05:00
committed by GitHub
parent 6d80bddb95
commit d053bba952
121 changed files with 144 additions and 182 deletions

View File

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