Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODOAPP

Configuración del Ambiente

  • Instalar Poetry: pip install poetry
  • Instalar Dependencias: poetry install

Ejecución de Pruebas

  1. Ejecutar Tests: coverage run -m "nombre de su folder de test"
  2. Generar Reporte: coverage report
  3. Generar Reporte HTML: coverage html

Comandos Git

  • Agregar archivos al stage: git add .
  • Crear un commit: git commit -m"First commit" --no-verify
  • Subir cambios al repositorio remoto: git push

NOTAS

  • EL TRABAJO ES PARA HACERLO EN CLASE, NO SE ACEPTARÁN TRABAJOS FUERA DE CLASE.
  • Subir en una rama con el nombre de cada uno haciendo un pull request a la rama main
  • Modificar el archivo .gitignore para incluir la carpeta htmlcov
  • Subir una captura de pantalla del reporte con coverage report

Calificación

  • Cobertura de >90%: Nota 5, con un 50% del último corte
  • Cobertura del 70%: Nota 4
  • Cobertura del 55%: Nota 3.5
  • Cobertura del 40%: Nota 3

About

this is a todo app for second evaluation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages