Skip to content Skip to sidebar Skip to footer
Showing posts with the label Magicmock

Python Mock Default Init Argument Of Class

I want to mock the default argument in a class constructor: class A (object): def __init__(self… Read more Python Mock Default Init Argument Of Class