Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

tests: Don't invoke class methods on class instances #105

Closed kbabioch closed 1 year ago

kbabioch commented 1 year ago

This adjusts test cases for datatypes in such a way that the recently introduced class methods are invoked on the class rather than on an class instances.