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...

Evaluación de la versión impresa del libro

Hoy me ha llegado la copia que compré de prueba del libro de TDD el 21 de diciembre, que es igual a la version que se publicó el 11 de enero pero con contenido viejo. Me he llevado una grata sorpresa al ver la calidad del acabado. Ha quedado super profesional. La tapa...

Several asserts in a single test

Should I write more than one assert in a single test? Most of the time the answer is NO. Each test is expressing a single behavior in the Subject Under Test and usually a single assert is enough to state that. However, sometimes we need more than one assert to...

Web Programming Step by Step

Just wanted to recommend this book:Web Programming Step by Step. Jessica Miller, one of the authors was my colleague at work in 2007 where I believe she started the book along with her mates. Because I know she is so professional and passionate about her job, I know...

Próximos cursos de TDD

En vista de lo bien que está marchando el lanzamiento del libro (2500 visitas en la web del libro entre ayer y hoy, y 9 libros vendidos), hemos decidido lanzar la propuesta de cursos para los próximos meses. Son cursos abiertos para que asista quien quiera. Está...