Diferencia entre revisiones de «Usuario:Lmorillas/desarrollo web servidor/django/testing»

De WikiEducator
Saltar a: navegación, buscar
 
Línea 7: Línea 7:
 
; Tutoriales
 
; Tutoriales
 
: http://toastdriven.com/blog/2011/apr/10/guide-to-testing-in-django/
 
: http://toastdriven.com/blog/2011/apr/10/guide-to-testing-in-django/
: http://www.tdd-django-tutorial.com/
+
: http://chimera.labs.oreilly.com/books/1234000000754/index.html
 +
: http://www.tdd-django-tutorial.com/
 
: http://www.realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/#.UqgD_XXujEg
 
: http://www.realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/#.UqgD_XXujEg
 
: http://www.realpython.com/blog/python/testing-in-django-part-2-model-mommy-vs-django-testing-fixtures/#.UqgJhHXujEg
 
: http://www.realpython.com/blog/python/testing-in-django-part-2-model-mommy-vs-django-testing-fixtures/#.UqgJhHXujEg
  
 
|Title=Documentación}}
 
|Title=Documentación}}
 +
 +
== Instalar ==
 +
 +
  pip install django
 +
  pip install selenium
 +
  pip install mock

Última revisión de 09:30 13 dic 2013





Instalar

 pip install django
 pip install selenium
 pip install mock