mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-15 23:09:56 +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__")
|