mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
add test for every file
This commit is contained in:
parent
04f365f1a6
commit
bfbbb987ad
0
tests/ahriman/core/test_exceptions.py
Normal file
0
tests/ahriman/core/test_exceptions.py
Normal file
0
tests/ahriman/models/test_action.py
Normal file
0
tests/ahriman/models/test_action.py
Normal file
8
tests/ahriman/test_version.py
Normal file
8
tests/ahriman/test_version.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import ahriman.version as version
|
||||||
|
|
||||||
|
|
||||||
|
def test_version() -> None:
|
||||||
|
"""
|
||||||
|
version must not be empty
|
||||||
|
"""
|
||||||
|
assert getattr(version, "__version__")
|
Loading…
Reference in New Issue
Block a user