Files
blag/tests/test_version.py
2022-08-31 22:59:55 +02:00

6 lines
87 B
Python

import blag
def test_version() -> None:
assert isinstance(blag.__VERSION__, str)