Barb Cutler
Barb Cutler
@williamjallen We discussed e2e tests for this feature in the meeting and this may need more work because autograding is skipped for github actions e2e testing.
Design idea: Expected output files is provided by the instructor. We tokenize this input file and identify all numbers (only digits and '.') vs all other strings. If the student's...
As an example, a student might be expected to write a program to output a table of sports scores for tennis players. sorted by winning percentage: The correct output: ```...
In the case where there are common settings, but also different settings, it might be nice to visually indicate that some fields are different. In this example: 2 is checked...
Also (continuing the example above) if I were to change the date at the folder level (currently the files have different dates), it would remove access to sections 1 &...
I'm hoping this is just changing the logging/messages back to the user. It's been a while since I've been in the code so I'm not sure what specific changes are...
@williamjallen Looks like there is still unaddressed feedback from @MasterOdin
Actually, it does work now (as of Fall 21) This example should work (hopefully I didn't introduce typos in modifying from more complex working example). Maybe we were missing the...
I did not use a docker container for that assignment -- for other reasons. But yes, let's figure out what's different and why it doesn't work in a container.
@jeninyg Can you please make the PR message more informative? Please explain the purpose of this PR (copy paste from the issue if you like). Putting a link to the...