Files
blag/tests/test_version.py
2024-04-24 22:10:48 +02:00

9 lines
162 B
Python

"""Test the version module."""
import blag
def test_version() -> None:
"""Test the version of the package."""
assert isinstance(blag.__VERSION__, str)