mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-03-19 16:13:39 +00:00
9 lines
153 B
Python
9 lines
153 B
Python
import ahriman.version as version
|
|
|
|
|
|
def test_version() -> None:
|
|
"""
|
|
version must not be empty
|
|
"""
|
|
assert getattr(version, "__version__")
|