Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase unit test code coverage #47

Open
3 tasks
uniqueg opened this issue Feb 11, 2023 · 0 comments · Fixed by #52
Open
3 tasks

Increase unit test code coverage #47

uniqueg opened this issue Feb 11, 2023 · 0 comments · Fixed by #52
Assignees
Milestone

Comments

@uniqueg
Copy link
Collaborator

uniqueg commented Feb 11, 2023

According to the most recent code coverage report (on branch api-location in PR #46), there is still a bit of untested code:

Name              Stmts   Miss  Cover   Missing
-----------------------------------------------
tes/__init__.py       5      0   100%
tes/client.py       111      4    96%   133, 186-187, 211
tes/models.py       202     29    86%   29, 53, 65, 77, 87, 292, 296, 298, 300-301, 303-304, 306-307, 309-311, 320, 322, 324, 329, 331, 336-339, 342-344
tes/utils.py         57     11    81%   34-37, 44, 72, 81-86
-----------------------------------------------
TOTAL               375     44    88%

Increase code coverage by providing unit tests for the missing statements in:

  • tes/client.py
  • tes/models.py
  • tes/utils.py
@uniqueg uniqueg added this to the 0.5.0 milestone Feb 11, 2023
@uniqueg uniqueg self-assigned this Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant