Skip to content


I just wrote another mock object framework.

Here it is:


class BazMock(object):
    def __init__(self, **kwargs):
        self.__dict__.update(kwargs)

Now I need to figure out how to make some mock tests to go with it.

Posted in Programming, Python, Testing.

Viewing 5 Comments

 
close Reblog this comment
blog comments powered by Disqus