StackGuardian/tirith

🚀 Add more unit tests for the project

Aberta

#91 aberto em 29 de nov. de 2022

 (0 comentário) (0 reação) (0 responsável)Python (41 forks)auto 404
enhancementhacktoberfest

Métricas do repositório

Stars
 (168 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Is your feature request related to a problem? Please describe. Currently there are still many parts of the project that aren't covered by unit tests yet.

Describe the solution you'd like I'd like to see more unit tests added. I acknowledge this is a very big task, I'd split this task into smaller chunks that can be done at one time thus easier to review, e.g. add a unit test for a case for an existing function.

For the next step, we can add a unit test coverage checker in this project's github action workflow, so that the actions can check what part of the project that's still missing unit tests and avoid any coverage percentage decrease (this can be caused by either deleting existing unit tests, or adding a feature without unit test)

Guia do colaborador