MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / sort_processes_for_kill

Method sort_processes_for_kill

tests/conftest.py:353–355  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351 pass
352
353 def sort_processes_for_kill(self):
354 # Kill server last to avoid workers ending too soon
355 self.processes.sort(key=lambda process: 1 if "server" in process.name else 0)
356
357
358@pytest.fixture(autouse=False, scope="function")

Callers

nothing calls this directly

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected