File: test_package.py

package info (click to toggle)
python-pytest-asyncio 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 3,003; makefile: 24; sh: 1
file content (5 lines) | stat: -rw-r--r-- 98 bytes parent folder | download
1
2
3
4
5
import pytest_asyncio


def test_package_exposes_version():
    assert pytest_asyncio.__version__