From 82ee98d2667c7471434d9dc89ed5c5efd6f5716e Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Sun, 8 Sep 2024 17:37:30 -0400 Subject: [PATCH] chore: Update the exam/gatorgrade.yml file to include the --report status option for the execexam command. --- exam/gatorgrade.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: