mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
6 lines
154 B
Python
6 lines
154 B
Python
from klo_daemon import PACKAGE_NAME, VERSION
|
|
|
|
|
|
def test_package_metadata() -> None:
|
|
assert PACKAGE_NAME == "klo-daemon"
|
|
assert VERSION == "0.1.0"
|