Is there a way to mock .strip() for unit testing in Python 2.7’s unittest module?
I am using Python 2.7 for a coding project. I’d love to switch to Python 3, but unfortunately I’m writing scripts for a program that only has a python package in 2.7 and even if it had one in 3 our codebase would be impractical to switch over, so it’s not possible.