StackGuardian/tirith

🚀 Add more unit tests for the project

Aperta

#91 aperta il 29 nov 2022

 (0 commenti) (0 reazioni) (0 assegnatari)Python (41 fork)auto 404
enhancementhacktoberfest

Metriche repository

Star
 (168 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor