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

Unit tests of SelectionBase are failing #107

Closed kbabioch closed 1 year ago

kbabioch commented 1 year ago

Due to #104 previous errors in the unit tests have not been discovered.

These errors can be seen here:

https://github.com/kbabioch/python-luxtronik/actions/runs/5523604044/jobs/10074758302#step:5:1

They have been introduced with #96 and is related to the usage of @classmethods.

kbabioch commented 1 year ago

Fixed with #108