Add tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 1m1s

This commit is contained in:
2025-08-06 15:37:29 +02:00
parent eb17569f94
commit 33f67fe325
+3
View File
@@ -0,0 +1,3 @@
import shutil
assert shutil.which("elogd") is not None, "elogd is not installed or not in PATH"