DEBSOURCES
Skip Quicknav
sources / blag / 2.3.3 / tests / test_version.py
12345678
"""Test the version module.""" import blag def test_version() -> None: """Test the version of the package.""" assert isinstance(blag.__VERSION__, str)