Configurando
Just technical stuff. To save software and hardware configuration details that I'll probably forget someday. Maybe this can help someone else. Now I almost don't use it anymore, since delicious is a better place to save my bookmarks.
If you speak portuguese and like music, visit my site: Agenda do Samba & Choro.
quarta-feira, agosto 11, 2004
segunda-feira, agosto 09, 2004
pMock: a mock object library for Python
pMock: a mock object library for Python
Mocks Aren't StubsThe term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing. However the term mock was not originally meant as a more catchy name for stub, but to introduce a different approach to unit testing. In this article I dig into this difference of style to explain the difference between the interaction-based testing style favored by mock object fans, and the more usual state-based testing style.