We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7330 commit a88961eCopy full SHA for a88961e
tests/test_package.py
@@ -0,0 +1,5 @@
1
+import pytest_asyncio
2
+
3
4
+def test_package_exposes_version():
5
+ assert pytest_asyncio.__version__
0 commit comments