Skip to content
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.

Commit

Permalink
支持虾米音乐用户登录等功能
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Aug 21, 2018
1 parent 14ae9fe commit 370aaf2
Show file tree
Hide file tree
Showing 12 changed files with 6,486 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[run]
omit =
fuocore/netease/api.py


fuocore/xiami/api.py
fuocore/qq/api.py
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unittest: pytest

pytest:
# install dependencies first
pytest -v --cov=fuocore --doctest-module
pytest -v --cov=fuocore --cov-report term-missing --doctest-module

test: lint unittest

Expand Down
Loading

0 comments on commit 370aaf2

Please sign in to comment.