blurstudio / hab

A application environment and launcher
GNU Lesser General Public License v3.0
25 stars 3 forks source link

[Request]: Adding tests for the remaining missing lines when running Pytest. #52

Open ghost opened 1 year ago

ghost commented 1 year ago

Description

There are several missing lines in the Hab code that are not tested with Pytest. We would like to see tests added to the test suite that cover these lines. We would like to have 100% coverage so we can easily tell that someone didn't add a test for their new code

tox -e begin,py39-json,py39-json5,end:

image

Solution

No response

Additional Context

No response