first commit

This commit is contained in:
alexpolo1
2023-06-27 09:24:33 +02:00
commit 06486ba860
33 changed files with 2615 additions and 0 deletions

1
tests/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Test for Sagemcom F@st client."""

8
tests/test_sagemcom.py Normal file
View File

@@ -0,0 +1,8 @@
"""Test for Sagemcom F@st client."""
from sagemcom_api import __version__
def test_version():
"""Test if version number is 1.0.0."""
assert __version__ == "1.0.0"