File: test_version.py

package info (click to toggle)
blag 2.3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 1,037; makefile: 71
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
"""Test the version module."""

import blag


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