Git Product home page Git Product logo

todoapp_fork's Introduction

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 image

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 image

todoapp_fork's People

Contributors

paradoxang avatar jval7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.