Skip to content

Commit

Permalink
chore: Update the exam/gatorgrade.yml file to include the --report st…
Browse files Browse the repository at this point in the history
…atus option for the execexam command.
  • Loading branch information
gkapfham committed Sep 8, 2024
1 parent 82e2081 commit 82ee98d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exam/gatorgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 82ee98d

Please sign in to comment.