Skip to content

Commit 59b6c0a

Browse files
committed
Add basic tests
1 parent ca0589d commit 59b6c0a

10 files changed

Lines changed: 2822 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Python
22
__pycache__/
3+
.pytest_cache/
34

45
# IDE
56
.vscode

ThermiaOnlineAPI/model/HeatPump.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,9 +1023,6 @@ def debug(self):
10231023
["macAddress", "owner", "retailerAccess", "retailerId", "id", "status"],
10241024
)
10251025

1026-
print("self.__group_temperatures:")
1027-
pretty_print_except(self.__group_temperatures)
1028-
10291026
installation_profile_id = get_dict_value_or_none(
10301027
self.__info, "installationProfileId"
10311028
)

ThermiaOnlineAPI/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)