File: test_version.py

package info (click to toggle)
pyproject-api 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 1,448; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
7
from __future__ import annotations


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

    assert __version__