Skip to content

Commit 5b1b088

Browse files
authored
fix: adds Problem XBlock from edx-platform repo (#63)
* fix: add problem xblock * fix: python and javascript tests for problem xblock (#151) * fix: quality & doc tests (#153)
1 parent 91e40dd commit 5b1b088

249 files changed

Lines changed: 69840 additions & 206 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MANIFEST.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include LICENSE.txt
33
include README.rst
44
include requirements/base.in
55
include requirements/constraints.txt
6-
recursive-include xblocks_contrib *.html *.png *.gif *.jpg *.jpeg *.svg
6+
recursive-include xblocks_contrib *.html *.js *.css *.jar *.png *.gif *.jpg *.jpeg *.svg
77
recursive-include xblocks_contrib/*/public *.js *.css
88
recursive-include xblocks_contrib/*/static *.js *.css
99

@@ -16,3 +16,7 @@ global-exclude webpack*.config.js
1616
global-exclude karma*.js
1717
global-exclude package*.json
1818
global-exclude .gitignore
19+
20+
include xblocks_contrib/problem/capa/tests/test_util.py
21+
include xblocks_contrib/problem/capa/tests/helpers.py
22+
include xblocks_contrib/problem/capa/tests/response_xml_factory.py

0 commit comments

Comments
 (0)