Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Mock

Mocking File Objects Or Iterables In Python

Which way is proper for mocking and testing code that iters object returned by open(), using mock l… Read more Mocking File Objects Or Iterables In Python

How Can I Mock Any Function Which Is Not Being Called Directly?

TL;DR How can I patch or mock 'any functions that are not being called/used directly'? Scen… Read more How Can I Mock Any Function Which Is Not Being Called Directly?

Mocking A RelatedManager In Django 2

This question is directly related to this question, but that one is now outdated it seems. I am try… Read more Mocking A RelatedManager In Django 2