File: test__version.py

package info (click to toggle)
python-aioazuredevops 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,770; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""Test __version__ module."""

from aioazuredevops._version import __version__


def test__version():
    """Test the __version__ string."""
    assert isinstance(__version__.public(), str)