mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-25 07:47:17 +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__")
|