File: test_version.py

package info (click to toggle)
pytest-localserver 0.9.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 597; makefile: 9; sh: 2
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
import pytest_localserver


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