by Carlos Ble | Jul 30, 2011 | Test Driven Development
Hoy decidimos desafiar a los #katayunos haciendo una #kataplaya. Una kata a 50 metros del mar, en un bonito pub playero. Aprovechamos el profundo conocimiento de Joel Reymont (@wagerlabs) del lenguaje Erlang y nos pusimos con el String Calculator en este lenguaje....
by Carlos Ble | Jul 16, 2011 | iExpertos, Test Driven Development
Do you really need a stub or do you better use a spy? Or is it a spy object with some stubbed specifications? Let’s see some examples using pyDoubles: You can choose a stub object to prepare the scenario and then, assert on the returned value of the system under...
by Carlos Ble | Jul 10, 2011 | Test Driven Development
Del 20 al 23 de septiembre de 2011, tendrá lugar la #XPweek en Madrid. Se trata de los dos cursos abiertos de iExpertos, sobre iniciación a TDD y TDD avanzado, donde además veremos otras cuestiones de XP como la programación en pareja y el ciclo de desarrollo de los...
by Carlos Ble | Jul 8, 2011 | Test Driven Development
Hace poco en una code kata alguien me dijo, … “y qué ventajas tiene esto de hacer TDD?”. Le dije… en nuestro proyecto, actualmente con casi 25.000 lineas de código Python (multiplica x4 si piensas en Java), no hemos necesitado nunca bugtracker....
by Carlos Ble | Jul 6, 2011 | Software Development, Test Driven Development
El próximo martes 12 de julio, facilitaré un coding dojo en las instalaciones de DECiDE, que llevará por título, El reto XP. Este evento es totalmente gratuito y las plazas son limitadas. Para inscribirse, está la siguiente url: http://decide.stagehq.com/events/916 El...
by Carlos Ble | Jul 1, 2011 | pyDoubles, Test Driven Development
There you go another version of the pyDoubles framework, mock objects for Python and more 😉 What’s new in this release? Two minor bugfixes. You can see test cases and fixes here and here. If you want to assert that a given object was passed in as a parameter, as...