Python Mocker or PyMox?

Update: We have developed our own test doubles framework. It is open source. Please check it out at www.pyDoubles.org Mocker and PyMox are two isolation frameworks, or test doubles frameworks able to create mocks and stubs. Mocker is not being released frequently but...

Mistakes adopting TDD

Here is a great article from Scott Ambler on TDD adoption. The mistakes summary is: – Not providing sufficient training, education, and mentoring – Not supporting pair programming – Not reducing the creation of non-executable detailed speculations...

Uploading bulk data to data store

The documentation on how to upload bulk data to Google App Engine’s data store: http://code.google.com/intl/es/appengine/docs/python/tools/uploadingdata.html How to express relationships between models? How to support utf-8 in the bulk load? Here is my loader.py...

Queda poco para el curso de TDD en Madrid

Los días 4 y 5 de Marzo estoy en Madrid impartiendo un curso abierto de TDD. Ya queda muy poquito para esa fecha. El lugar queda en Gran Vía, es una sala con capacidad para más de 20 personas aunque hemos decidido limitar las plazas a 15 para asegurarnos que se puede...