🧪 The Goal
To ensure the toolkit remains stable as we add more features, we need to implement some basic unit tests.
🛠 What's needed:
- Setup
pytest for the project.
- Mock the Spotify API responses (so we don't hit the real API during tests).
- Test the main functions (like parsing playlist data).
I'm focusing on features right now, so if anyone enjoys writing tests or wants to help with the project architecture, this is for you!
🧪 The Goal
To ensure the toolkit remains stable as we add more features, we need to implement some basic unit tests.
🛠 What's needed:
pytestfor the project.I'm focusing on features right now, so if anyone enjoys writing tests or wants to help with the project architecture, this is for you!