Background

Our Articles

Explore our latest insights on software development, consulting, and technology trends.

5 min read

Mocking the unmockable

Mocking is often challenging. This article explores how to handle situations where a function needs to be mocked during the module import phase in Python tests.