ktx/python/ktx-daemon/tests/test_package.py

7 lines
154 B
Python
Raw Permalink Normal View History

2026-05-10 23:51:24 +02:00
from ktx_daemon import PACKAGE_NAME, VERSION
def test_package_metadata() -> None:
assert PACKAGE_NAME == "ktx-daemon"
assert VERSION == "0.1.0"