Skip to content

Commit 701ac8f

Browse files
committed
test: Added test which asserts that pytest_asyncio.__version__ is present.
1 parent 4b53962 commit 701ac8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_package.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import pytest_asyncio
2+
3+
4+
def test_package_exposes_version():
5+
assert pytest_asyncio.__version__

0 commit comments

Comments
 (0)