134
134
req.throw_error(req.HTTP_NOT_FOUND,
135
135
"The exercise was not found.")
137
142
# Parse the file into a exercise object using the test suite
140
146
# Run the test cases. Get the result back as a JSONable object.
142
148
test_results = exercise_obj.run_tests(code)
146
155
conn.insert_problem_attempt(