Merge pull request #3700 from edx/andya/split_test_has_children

Specify that split_test_modules support children.
This commit is contained in:
Andy Armstrong
2014-05-13 15:45:39 -04:00

View File

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