Skip to content

Commit

Permalink
fix: Use the correct calls to execexam in the exam/gatorgrade.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Sep 8, 2024
1 parent 720dab7 commit 82e2081
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/ --verbose --mark "question_one_part_a"
command: poetry run execexam . tests/ --mark "question_one_part_a" --no-fancy
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/ --verbose --mark "question_one_part_b"
command: poetry run execexam . tests/ --mark "question_one_part_b" --no-fancy
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/ --verbose --mark "question_one_part_c"
command: poetry run execexam . tests/ --mark "question_one_part_c" --no-fancy
objectives:
LO1:
degree:
Expand Down

0 comments on commit 82e2081

Please sign in to comment.