File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -375,10 +375,7 @@ To set up the private autograder,
375
375
4. replace the `intbase.py` and `bparser.py` with the new versions in this quarter
376
376
- if this quarter does not have a parser, remove `bparser.py` entirely
377
377
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
382
379
383
380
At this point, the autograder *should* be fully functioning. Test it by :
384
381
You can’t perform that action at this time.
0 commit comments