IUCompilerCourse / python-student-support-code

Support for for students (Python)
MIT License
57 stars 38 forks source link

newline in test_pass #36

Open NotDustyPayne opened 1 month ago

NotDustyPayne commented 1 month ago

Hello! Is the newline added to output_file in test_pass is actually needed? It seems like run-tests.py will incorrectly fail diff if given an empty input for each pass with the following:

1d0
< 

Which makes sense to me, since it's always adding an extra line even though nothing actually happens in the original program