374
374
""" Get the name of the test case """
377
def run(self, solution, attempt_code, stop_on_fail=True):
378
378
""" Run the solution and the attempt with the inputs specified for this test case.
379
379
Then pass the outputs to each test part and collate the results.