diff --git a/exam/gatorgrade.yml b/exam/gatorgrade.yml index b67147e..0dffbc9 100644 --- a/exam/gatorgrade.yml +++ b/exam/gatorgrade.yml @@ -67,7 +67,7 @@ setup: | # Question 1 - description: Run checks for Question 1 Part (a) with 'execexam' command and confirm correct exit code - command: poetry run execexam . tests/ --mark "question_one_part_a" --no-fancy + command: poetry run execexam . tests/ --mark "question_one_part_a" --no-fancy --report status objectives: LO1: degree: @@ -79,7 +79,7 @@ setup: | rationale: "Search a matrix and compute summary values based on matrix" - description: Run checks for Question 1 Part (b) with 'execexam' command and confirm correct exit code - command: poetry run execexam . tests/ --mark "question_one_part_b" --no-fancy + command: poetry run execexam . tests/ --mark "question_one_part_b" --no-fancy --report status objectives: LO1: degree: @@ -91,7 +91,7 @@ setup: | rationale: "Search a matrix and compute summary values based on matrix" - description: Run checks for Question 1 Part (c) with 'execexam' command and confirm correct exit code - command: poetry run execexam . tests/ --mark "question_one_part_c" --no-fancy + command: poetry run execexam . tests/ --mark "question_one_part_c" --no-fancy --report status objectives: LO1: degree: