diff --git a/translations/es/README.md b/translations/es/README.md index 9722209..ca08d02 100644 --- a/translations/es/README.md +++ b/translations/es/README.md @@ -1071,11 +1071,11 @@ Obtendrá más práctica de grafos en el libro de Skiena (vea Sección de libros - [ ] [2016: Borg, Omega, and Kubernetes](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44843.pdf) - ### Pruebas - - To cover: - - how unit testing works - - what are mock objects - - what is integration testing - - what is dependency injection + - A cubrir: + - Cómo funciona la prueba unitaria + - ¿Qué son objetos simulados? + - ¿Qué es la prueba de integración? + - ¿Qué es la inyección de dependencia? - [ ] [Agile Software Testing with James Bach (video)](https://www.youtube.com/watch?v=SAhJf36_u5U) - [ ] [Open Lecture by James Bach on Software Testing (video)](https://www.youtube.com/watch?v=ILkT_HV9DVU) - [ ] [Steve Freeman - Test-Driven Development (that’s not what we meant) (video)](https://vimeo.com/83960706) @@ -1084,7 +1084,7 @@ Obtendrá más práctica de grafos en el libro de Skiena (vea Sección de libros - [ ] [Is TDD dead? (video)](https://www.youtube.com/watch?v=z9quxZsLcfo) - [ ] [Video series (152 videos) - not all are needed (video)](https://www.youtube.com/watch?v=nzJapzxH_rE&list=PLAwxTw4SYaPkWVHeC_8aSIbSxE_NXI76g) - [ ] [Test-Driven Web Development with Python](http://www.obeythetestinggoat.com/pages/book.html#toc) - - [ ] Dependency injection: + - [ ] Inyección de dependencia: - [ ] [video](https://www.youtube.com/watch?v=IKD2-MAkXyQ) - [ ] [Tao Of Testing](http://jasonpolites.github.io/tao-of-testing/ch3-1.1.html) - [ ] [How to write tests](http://jasonpolites.github.io/tao-of-testing/ch4-1.1.html)