MCPcopy Create free account
hub / github.com/datacamp/pythonwhat / kill_processes

Function kill_processes

tests/conftest.py:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5@pytest.fixture(scope="function", autouse=True)
6def kill_processes():
7 yield
8 WorkerProcess.kill_all()

Callers

nothing calls this directly

Calls 1

kill_allMethod · 0.80

Tested by

no test coverage detected