Skip to content

Commit

Permalink
docs: Completada la sección de testeo #32
Browse files Browse the repository at this point in the history
  • Loading branch information
manromcar2 committed Dec 18, 2022
1 parent af92706 commit 1139f0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,17 @@ Para ejecutar todos los tests disponibles

$./manage.py test

Para ejecutar los tests dentro de un apartado como “voting”, por ejemplo
Para ejecutar los tests que pertenecen a una categoria como “voting”, por ejemplo

$./manage.py test voting

Para ver la cobertura del codigo que estos tests prueban, se puede lanzar el siguiente comando:

coverage run --source . ./manage.py test -v 2

Esto generará un "index.html", que se puede consultar para ver de forma especifica las partes del codigo no testeadas.


Guía rápida
-------------------

Expand Down

0 comments on commit 1139f0e

Please sign in to comment.