mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
7 lines
154 B
Python
7 lines
154 B
Python
|
|
from ktx_daemon import PACKAGE_NAME, VERSION
|
||
|
|
|
||
|
|
|
||
|
|
def test_package_metadata() -> None:
|
||
|
|
assert PACKAGE_NAME == "ktx-daemon"
|
||
|
|
assert VERSION == "0.1.0"
|