Skip to content

Details

An intro to using Python's unittest.mock library to "mock" expensive or dangerous calls. We find it indispensable in our unittests, especially when calling backends like databases, cloud services, or network APIs.

Chris is CTO at V! Studios, does a lot of cloud stuff these days, and prefers Python to other languages.

Related topics

You may also like