📝 add testing to README

This commit is contained in:
oskvr37
2024-08-07 20:14:27 +02:00
parent c9e3f6c52a
commit 87a2163145
+6
View File
@@ -77,6 +77,12 @@ album = api.getAlbum(album_id)
print(f"{album["title"]} has {album["numberOfTracks"]} tracks!")
```
# Testing
```
python -m unittest tiddl/tests.py
```
# Resources
[Tidal API wiki](https://github.com/Fokka-Engineering/TIDAL)