File: test_sphinx_argparse_cli.py

package info (click to toggle)
sphinx-argparse-cli 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: python: 651; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
from __future__ import annotations


def test_version() -> None:
    import sphinx_argparse_cli

    assert sphinx_argparse_cli.__version__