tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
413 stars 110 forks source link

Fix tests #209

Closed tehkillerbee closed 11 months ago

tehkillerbee commented 1 year ago

Some of the existing tests are currently failing on master. These should be fixed so we can prepare for tests using CI.

We are also missing some tests that should definitely be added:

tehkillerbee commented 11 months ago

All tests has been fixed now. Some strange behavior caused by the way env. credentials are set up, resulting in an inactive account used. Not the best setup currently but I guess it is an issue that rarely occurs, as one rarely changes tidal account.