I have a class I am testing that uses input, and unittest\'s mock.patch does not seem to work for me when mocking builtins.input.
I still get the prompt for input. Th