aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytest-localserver/py3/tests/test_version.py
blob: cc7246fb52887bdf2e9930f51cd43668a1eece83 (plain) (blame)
1
2
3
4
5
6
import pytest_localserver


def test_version():
    assert hasattr(pytest_localserver, "VERSION")
    assert isinstance(pytest_localserver.VERSION, str)