Skip to content

Commit

Permalink
add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Dec 23, 2023
1 parent 8056e29 commit fe845d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""pytest tests for mytoyota.__init__."""
from mytoyota import MyT


def test_imports():
"""Ensure the imported module is the expected one"""
assert MyT is not None

0 comments on commit fe845d0

Please sign in to comment.