-
Notifications
You must be signed in to change notification settings - Fork 31
Fix tests to I/O exercises #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
find_all_files
exercise.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also test_print_salutation
doesn't work. contextlib
does not have a redirect_stdin
method. I'm not sure how we want to test that exercise.
This one is not supposed to be auto-tested. @baffelli wrote it in the description. |
Then let's remove the test, because it's not working and not needed |
I let @baffelli comment on this. |
Indeed we can remove it. |
Removed unused print
Improved line stripping.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good 🚀
fixes #109