Skip to content

Commit e055d02

Browse files
committed
tests: use pytest.fixture
1 parent 423ca50 commit e055d02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/test_functional.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import sys
88

99

10-
def pytest_funcarg__child(request):
10+
@pytest.fixture
11+
def child(request):
1112
try:
1213
pexpect = pytest.importorskip('pexpect')
1314
except SyntaxError:

0 commit comments

Comments
 (0)