File: test_version.py

package info (click to toggle)
sphinx-autodoc-typehints 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: python: 2,386; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from __future__ import annotations


def test_version() -> None:
    from sphinx_autodoc_typehints import __version__  # noqa: PLC0415

    assert __version__