sfermigier + mock   7

Python-Mock
The idea behind the Python Mock class is simple. It can mimic any other Python class, and then be examined to see what methods have been called and what the parameters to the call were. The constructor for the Mock class takes an optional dictionary speci
edosqa  software  testing  python  mock  unit 
march 2006 by sfermigier
Mock Roles, not Objects - OOPSLA 2004
Mock Objects is an extension to Test-Driven Development that
supports good Object-Oriented design by guiding the discovery of
a coherent system of types within a code base. It turns out to be
less interesting as a technique for isolating tests from thi
edosqa  article  testing  mock  unit  filetype:pdf  media:document 
march 2006 by sfermigier
pMock
pMock is a Python module for testing Python code using mock objects.
edosqa  software  python  testing  unit  mock 
march 2006 by sfermigier

Copy this bookmark:



description:


tags: