LouisPauchet/UNIS_SvalbardWeatherInformation
Ensuring the complete coverage for the tests
Ouverte
#59 ouverte le 22 mai 2025
V1backendenhancementgood first issuehelp wanted
Métriques du dépôt
- Stars
- (3 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
The backend of this project use unit testing with pytest to ensure the code is working at it supposed to.
This issue would be to increase the test coverage to the closest as possible to 100% (when writing we are at is 73%).
The report on what is missing test wise is available here .
For easy test creation, it's possible to look into the untested code in confighandler and test for the serve only mode in cacheHandler.
The missing test in the maps processing and datasource are a bit more complicated.