Skip to content

Commit cc4425f

Browse files
committed
duh testing
1 parent c053abd commit cc4425f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
import pytest
33
from trio.testing import trio_test
44

5-
@pytest.fixture
6-
async def foo():
7-
yield "bar"
8-
95
@pytest.hookimpl(tryfirst=True)
106
def pytest_pyfunc_call(pyfuncitem):
117
if inspect.iscoroutinefunction(pyfuncitem.obj):

tests/test_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
async def test_basic(foo):
2-
assert foo == "bar"
1+
#async def test_basic(foo):
2+
# assert foo == "bar"

0 commit comments

Comments
 (0)