~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/test/parse_exercise.py

Merge from new-dispatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        elif child.tagName == 'case':
184
184
            exercise_suite.add_case(getCaseData(child, console))
185
185
 
186
 
    return exercise_suite
187
 
 
 
186
    return exercise_suite
 
187