From 87a2163145a7266f1e9cceecd95549174263e1d3 Mon Sep 17 00:00:00 2001 From: oskvr37 Date: Wed, 7 Aug 2024 20:14:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20testing=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 83135dc..0f91d77 100644 --- a/README.md +++ b/README.md @@ -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)