From 82e2081f8ca2e9eb3c9af6ddd90cc5064b9ed8f0 Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Sun, 8 Sep 2024 17:35:57 -0400 Subject: [PATCH] fix: Use the correct calls to execexam in the exam/gatorgrade.yml file. --- exam/gatorgrade.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exam/gatorgrade.yml b/exam/gatorgrade.yml index 3a354c2..b67147e 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/ --verbose --mark "question_one_part_a" + command: poetry run execexam . tests/ --mark "question_one_part_a" --no-fancy 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/ --verbose --mark "question_one_part_b" + command: poetry run execexam . tests/ --mark "question_one_part_b" --no-fancy 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/ --verbose --mark "question_one_part_c" + command: poetry run execexam . tests/ --mark "question_one_part_c" --no-fancy objectives: LO1: degree: