pytest-bdd/tests/utils.py

8 lines
212 B
Python
Raw Normal View History

from __future__ import annotations
import pytest
from packaging.utils import Version
2022-07-26 06:20:31 +08:00
# We leave this here for the future as an easy way to do feature-based testing.
PYTEST_VERSION = Version(pytest.__version__)