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 c053abd commit cc4425fCopy full SHA for cc4425f
tests/conftest.py
@@ -2,10 +2,6 @@
2
import pytest
3
from trio.testing import trio_test
4
5
-@pytest.fixture
6
-async def foo():
7
- yield "bar"
8
-
9
@pytest.hookimpl(tryfirst=True)
10
def pytest_pyfunc_call(pyfuncitem):
11
if inspect.iscoroutinefunction(pyfuncitem.obj):
tests/test_example.py
@@ -1,2 +1,2 @@
1
-async def test_basic(foo):
- assert foo == "bar"
+#async def test_basic(foo):
+# assert foo == "bar"
0 commit comments