Skip to content

Commit

Permalink
test: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jan 17, 2025
1 parent 4c86390 commit 5dee163
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions internal/test_helpers/course_definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -930,9 +930,9 @@ stages:
marketing_md: |-
In this stage, you'll implement support for appending the standard error of a command to a file.
- slug: "ac1"
- slug: "ac2"
- slug: "ac3"
- slug: "ac4"
- slug: "ac5"
- slug: "ac6"
- slug: "qp2"
- slug: "gm9"
- slug: "qm8"
- slug: "gy5"
- slug: "wh6"
- slug: "wt6"
12 changes: 6 additions & 6 deletions internal/test_helpers/fixtures/autocomplete/pass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Debug = true

[stage-6] Running tests for Stage #6: ac1
[stage-6] Running tests for Stage #6: qp2
[stage-6] Running ./your_shell.sh
[stage-6] ✓ Received prompt ($ )
[stage-6] Typed "ech"
Expand All @@ -21,7 +21,7 @@ Debug = true
[your-program] $ exit
[stage-6] Test passed.

[stage-5] Running tests for Stage #5: ac2
[stage-5] Running tests for Stage #5: gm9
[stage-5] Running ./your_shell.sh
[stage-5] ✓ Received prompt ($ )
[stage-5] Typed "ech"
Expand All @@ -48,7 +48,7 @@ Debug = true
[your-program] $
[stage-5] Test passed.

[stage-4] Running tests for Stage #4: ac3
[stage-4] Running tests for Stage #4: qm8
[stage-4] Running ./your_shell.sh
[stage-4] ✓ Received prompt ($ )
[stage-4] Typed "xyz"
Expand All @@ -60,7 +60,7 @@ Debug = true
[your-program] $ xyz
[stage-4] Test passed.

[stage-3] Running tests for Stage #3: ac4
[stage-3] Running tests for Stage #3: gy5
[stage-3] [setup] export PATH=/tmp/bar:$PATH
[stage-3] [setup] Available executables:
[stage-3] [setup] - custom_exe_1357
Expand All @@ -74,7 +74,7 @@ Debug = true
[your-program] $ custom_exe_1357
[stage-3] Test passed.

[stage-2] Running tests for Stage #2: ac5
[stage-2] Running tests for Stage #2: wh6
[stage-2] [setup] export PATH=/tmp/quz:$PATH
[stage-2] [setup] export PATH=/tmp/bar:$PATH
[stage-2] [setup] export PATH=/tmp/bar:$PATH
Expand All @@ -96,7 +96,7 @@ Debug = true
[your-program] $ xyz_
[stage-2] Test passed.

[stage-1] Running tests for Stage #1: ac6
[stage-1] Running tests for Stage #1: wt6
[stage-1] [setup] export PATH=/tmp/quz:$PATH
[stage-1] [setup] export PATH=/tmp/quz:$PATH
[stage-1] [setup] export PATH=/tmp/qux:$PATH
Expand Down

0 comments on commit 5dee163

Please sign in to comment.