mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Add unit tests to CI
This commit is contained in:
parent
e8928a47a7
commit
0bd62c9118
4
.github/workflows/pythonapp.yml
vendored
4
.github/workflows/pythonapp.yml
vendored
@ -21,3 +21,7 @@ jobs:
|
||||
run: |
|
||||
pip install flake8
|
||||
flake8 . --count --show-source --statistics
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
pip install unittest
|
||||
python -m unittest discover -v tests/unit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user