knoc-plugin-template/tests/basic.py

9 lines
128 B
Python
Raw Permalink Normal View History

2025-06-27 13:30:36 +02:00
import pytest
from knoc import __version__
@pytest.mark.asyncio
async def test_version():
assert __version__ is not None