muammar / mkchromecast

Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices
http://mkchromecast.com
Other
2.22k stars 140 forks source link

Creates the beginnings of a unit test suite, and runs those unit tests when `test.py` is run #430

Closed xsdg closed 11 months ago

xsdg commented 11 months ago

This was necessary to ensure that the new Mkchromecast class could be instantiated. But also, it paves the way for creating an actual suite of unit tests as the broader refactor continues and more functionality is encapsulated as classes.

xsdg commented 11 months ago

This is part of #425