ryukinix / mal

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

Make mal.api.MyAnimeList more useful on REPL #86

Closed ryukinix closed 6 years ago

ryukinix commented 6 years ago

Make mal.api more easy to use on REPL

Now we can just call:

m = mal.api.MyAnimeList("", "")

Without dependent all the terrible config dict-like thing stuff.

codecov-io commented 6 years ago

Codecov Report

Merging #86 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #86   +/-   ##
======================================
  Coverage    83.7%   83.7%           
======================================
  Files           8       8           
  Lines         362     362           
======================================
  Hits          303     303           
  Misses         59      59
Impacted Files Coverage Δ
mal/api.py 97.29% <100%> (-0.08%) :arrow_down:
tests/test_api.py 100% <100%> (ø) :arrow_up:
tests/__main__.py 100% <100%> (ø) :arrow_up:
mal/setup.py 47.05% <100%> (+1.6%) :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 24f1f34...ecf0294. Read the comment docs.