Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest-xdist
/ sendcommand
Method
sendcommand
testing/test_remote.py:81–82 ·
view source on GitHub ↗
(self, name: str, **kwargs: Any)
Source
from the content-addressed store, hash-verified
79
print(f
"skipping {ev}"
)
80
81
def
sendcommand(self, name: str, **kwargs: Any) -> None:
82
self.slp.sendcommand(name, **kwargs)
83
84
85
@pytest.fixture
Callers
4
test_basic_collect_and_runtests
Method · 0.45
test_runtests_all
Method · 0.45
test_steal_work
Method · 0.45
test_steal_empty_queue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected