How to Mock the Current Date and Time in Python by Adam Johnson

How to Mock the Current Date and Time in Python by Adam Johnson

Articles
If you’re testing Python code that relies on the current date or time, you will probably want to mock time to test different scenarios but doing so isn't that easy. Adam Johnson shares some tips on how to overcome this.