Haki Benita 5/31/2020

Stop Using datetime.now!

Read Original

This technical article discusses a common Python testing problem: how to properly test functions that rely on the current date/time (like datetime.now). It critiques naive testing approaches, explains why mocking built-in datetime is difficult, and presents dependency injection as a clean solution for controlling time in unit tests, making them deterministic and reliable.

Stop Using datetime.now!

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser