first commit
This commit is contained in:
1
tests/__init__.py
Normal file
1
tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Test for Sagemcom F@st client."""
|
||||
8
tests/test_sagemcom.py
Normal file
8
tests/test_sagemcom.py
Normal 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"
|
||||
Reference in New Issue
Block a user