this.emitError(`The assignment doesn't exist. An assignment must be created with "assignment create" before checking it.`,`Assignment doesn't exists`,AssignmentCheckerError.ASSIGNMENT_MISSING);
return;
}else{
assignment=resp;
}
this.endSubStep('Assignment exists',false);
this.endStep('Assignment exists and is valid',false);
//////////////////////////////////////////////////////////////////////////////////////////////////////////// Step 5: Run
//////////////////////////////////////////////////////////////////////////////////////////////////////////// Step 6: Run
- Make a run of the assignment (If the return code is 0, the assignment is not valid because it means that there no need of modification for succeed the exercise)
- Make a run of the assignment (If the return code is 0, the assignment is not valid because it means that there no need of modification for succeed the exercise)