Niko
2bc8d35fc6
Formatted strings ( #1178 )
...
* use newer string formatters (https://pyformat.info )
* fix typo
* went through the files again, additions from #1165 are also included
* replace .format() with f strings
2025-01-14 07:56:47 +01:00
Niko
14ab13d292
add deprecation warnings and FAQ to respond to Spotify's API changes ( #1177 )
...
* add deprecation warnings and FAQ to respond to Spotify's API changes
* remove test cases associated with deprecated methods
* added missing commas
2025-01-03 13:26:08 +01:00
Brandon Parrott
f94a89a995
Add unit tests for queue functions ( #1059 )
...
* Update test.py
Add tests for queue manipulation/retrieval functions
* Update CHANGELOG.md
* flake8
---------
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
2024-05-31 17:46:19 +01:00
Shukie Li
df27fe93bf
Combined assertion tests, fixes #1051 ( #1052 )
...
* addressed issue 936
* publish branch
* 12/9/2023
* Update CHANGELOG.md
---------
Co-authored-by: Stéphane Bruckert <stephane.bruckert@gmail.com>
2024-05-30 19:29:32 +01:00
Kevin Sekuj
5201f58247
Add tests for global categories, releases, fix bugged tests ( #893 )
2022-11-26 09:29:53 +00:00
Sean Park
6f56504c2c
Update category tests to fix 1 failing and 1 error test results ( #886 )
...
* update category tests to fix 1 failing and 1 error test results
* update changelog
2022-11-13 10:42:25 +00:00
Stéphane Bruckert
1265d7b915
GHA integration tests ( #876 )
2022-11-01 21:57:40 +00:00