File: test_version.py

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

from sphinx_autodoc_typehints import __version__


def test_version() -> None:
    assert __version__