Skip to content

Commit fed1f15

Browse files
Update beginning.md post-fall 2024 quarter
1 parent 324570e commit fed1f15

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

playbooks/beginning.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,7 @@ To set up the private autograder,
375375
4. replace the `intbase.py` and `bparser.py` with the new versions in this quarter
376376
- if this quarter does not have a parser, remove `bparser.py` entirely
377377
5. replace the tests in `v1/tests` with equivalent valid ones for project 1
378-
- `v1/tests/test_print_string` is intended to be a trivially-passing program
379-
- `v1/fails/test_if` is intended to be a trivially-failing program
380-
- the `.brewin` files are intended to be source code; replace these with valid P1 source code
381-
- the `.exp` files are intended to be the output of the interpreter; replace these with valid P1 outputs for the source files
378+
- the input and expected output of each test case can be found as a comment at the bottom of each test case file
382379

383380
At this point, the autograder *should* be fully functioning. Test it by:
384381

0 commit comments

Comments
 (0)