Commit 07311544 by Andy Armstrong

Merge pull request #3700 from edx/andya/split_test_has_children

Specify that split_test_modules support children.
parents 9407102b 4adc608f
......@@ -21,6 +21,8 @@ log = logging.getLogger('edx.' + __name__)
class SplitTestFields(object):
"""Fields needed for split test module"""
has_children = True
user_partition_id = Integer(
help="Which user partition is used for this test",
scope=Scope.content
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment