From 8ef4e95a7c9cb0688544d95b6ae18c0229eb423b Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 25 Jun 2017 23:41:32 +0530 Subject: [PATCH] Command to run tests --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ff0fd83..69c204f 100755 --- a/README.md +++ b/README.md @@ -155,20 +155,9 @@ http://open.spotify.com/track/64yrDBpcdwEdNY9loyEGbX - Then you can simply run `python spotdl.py --list=.txt` to download them all! -## FAQ +## Running tests -#### I get system cannot find the specified file when downloading? - -Check out these issues [#22](https://github.com/Ritiek/Spotify-Downloader/issues/22), [#35](https://github.com/Ritiek/Spotify-Downloader/issues/35), [#36](https://github.com/Ritiek/Spotify-Downloader/issues/36). - -#### How can I download whole playlist with its URI? - -~~Currently this is not possible without generating unique tokens from Spotify but you can copy all the songs from a playlist and paste them in `list.txt`. I am avoiding tokens as much possible to retain the portability of this tool but if you would like to add it as an optional feature to this tool, PR's welcome!~~ -This feature has been added! - -#### You write horrible code. What's wrong with you? - -I'm trying... +`python -m pytest test` ## Disclaimer