Replace "pytest_funcarg__" by @pytest.fixture
This commit is contained in:
@@ -59,7 +59,8 @@ class SlaveSetup:
|
||||
self.slp.sendcommand(name, **kwargs)
|
||||
|
||||
|
||||
def pytest_funcarg__slave(request):
|
||||
@pytest.fixture
|
||||
def slave(request):
|
||||
return SlaveSetup(request)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user