Skip to content

Commit

Permalink
Add basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Oct 13, 2024
1 parent ca0589d commit 59b6c0a
Show file tree
Hide file tree
Showing 10 changed files with 2,822 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Python
__pycache__/
.pytest_cache/

# IDE
.vscode
Expand Down
3 changes: 0 additions & 3 deletions ThermiaOnlineAPI/model/HeatPump.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,6 @@ def debug(self):
["macAddress", "owner", "retailerAccess", "retailerId", "id", "status"],
)

print("self.__group_temperatures:")
pretty_print_except(self.__group_temperatures)

installation_profile_id = get_dict_value_or_none(
self.__info, "installationProfileId"
)
Expand Down
Empty file.
Loading

0 comments on commit 59b6c0a

Please sign in to comment.