Dear Richard,
thank you for CodeRunner! It is a great tool :) but I have not yet mastered it :/
I would like to test file I/O with python and I am aware that I can use the "support files" to supply files to the runtime environment of my students.
However I don't know how to test to test when students are supposed to write/create/append a file.
I would like to check:
- the file name
- the content of the file
- if the student closed the file-stream prior to the end of his program
Thanks for your help!
Markus