ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

More api unit tests #70

Closed xxami closed 6 years ago

xxami commented 6 years ago

covered list in some more details and added tests for find and login, still working on other stuff but need to get my late hacktoberfest prs in lol

codecov-io commented 6 years ago

Codecov Report

Merging #70 into master will increase coverage by 13.06%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #70       +/-   ##
===========================================
+ Coverage   63.02%   76.09%   +13.06%     
===========================================
  Files           9        9               
  Lines         238      297       +59     
===========================================
+ Hits          150      226       +76     
+ Misses         88       71       -17
Impacted Files Coverage Δ
tests/list_response_builder.py 100% <ø> (ø) :arrow_up:
tests/test_api.py 100% <100%> (ø) :arrow_up:
mal/utils.py 51.11% <0%> (+8.88%) :arrow_up:
mal/api.py 80.26% <0%> (+17.1%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e19493b...c136fda. Read the comment docs.

ryukinix commented 6 years ago

Thank you!

ryukinix commented 6 years ago

Related to #13