File: test_version.py

package info (click to toggle)
pytest-env 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 257; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from __future__ import annotations


def test_version() -> None:
    import pytest_env  # noqa: PLC0415

    assert pytest_env.__version__ is not None