LouisPauchet/UNIS_SvalbardWeatherInformation
Ensuring the complete coverage for the tests
Open
#59 opened on May 22, 2025
V1backendenhancementgood first issuehelp wanted
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
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.