Skip to content

Commit 6c55c79

Browse files
authored
Merge pull request #483 from plugwise/modular_testing
Split testing - initial split
2 parents d72610b + 4f44cbc commit 6c55c79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5974
-5465
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Refresh adam_plus_anna_new userdata and adapt.
66
- Bump actions and requirements to Python 3.12
77
- Ruff as per #470 (defaulting black and isort to ruff)
8+
- Modularize/split testing, including separation of code and data
89

910
## v0.35.4
1011

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Tests for the Plugwise module."""

0 commit comments

Comments
 (0)