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 423ca50 commit e055d02Copy full SHA for e055d02
testing/test_functional.py
@@ -7,7 +7,8 @@
7
import sys
8
9
10
-def pytest_funcarg__child(request):
+@pytest.fixture
11
+def child(request):
12
try:
13
pexpect = pytest.importorskip('pexpect')
14
except SyntaxError:
0 commit comments