Adding RemoteTarget class to wrap module/function
This commit is contained in:
@@ -31,8 +31,11 @@ def pytest_xdist_rsyncfinish(source, gateways):
|
||||
|
||||
|
||||
@pytest.mark.firstresult
|
||||
def pytest_xdist_getremotemodule():
|
||||
""" called when creating remote node"""
|
||||
def pytest_xdist_getremotetarget():
|
||||
"""
|
||||
called to get the remote target.
|
||||
:return: a workermanager.RemoteTarget
|
||||
"""
|
||||
|
||||
|
||||
def pytest_configure_node(node):
|
||||
|
||||
Reference in New Issue
Block a user