DeiC-HPC / cotainr

cotainr - a user space Apptainer/Singularity container builder.
European Union Public License 1.2
21 stars 5 forks source link

Clean license prompt input #61

Closed joasode closed 1 month ago

joasode commented 2 months ago

Clears the input buffer before license prompt

Closes #47

joasode commented 2 months ago

This fix does not play ball with Pytest when it captures the stdin. Testing locally, I find the tests succeed when pytest is given the "-s" flag to disable capturing. I don't know of a good work-around, as MonkeyPatching stdin to a StringIO won't work https://stackoverflow.com/questions/5903501/attributeerror-stringio-instance-has-no-attribute-fileno