Skip to content

Commit

Permalink
Create test folder with sample.json files #61
Browse files Browse the repository at this point in the history
  • Loading branch information
jontofront committed Apr 19, 2024
1 parent 7c46fdd commit 851912b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tests for the Econet300 home assistant integration."""
1 change: 1 addition & 0 deletions .github/workflows/tests/common.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Common helpers contains helper functions."""
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
colorlog==6.7.0
homeassistant>=2024.3.0
ruff==0.3.2
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
colorlog==6.7.0
homeassistant>=2024.3.0
ruff==0.3.2

0 comments on commit 851912b

Please sign in to comment.