dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

Add unit tests for PlaybackManager #308

Open dweymouth opened 5 months ago

dweymouth commented 5 months ago

PlaybackManager is a complex enough component that it should have unit tests. This could be done with a mock implementation of the Player interface.