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

Mock An Entire Module In Python

I have an application that imports a module from PyPI. I want to write unittests for that applicati… Read more Mock An Entire Module In Python