MCPcopy
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_runtests_allMethod · 0.45
test_steal_workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected