mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-05-11 18:06:13 +00:00
add test for every file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import ahriman.version as version
|
||||
|
||||
|
||||
def test_version() -> None:
|
||||
"""
|
||||
version must not be empty
|
||||
"""
|
||||
assert getattr(version, "__version__")
|
||||
Reference in New Issue
Block a user