MCPcopy Index your code
hub / github.com/RustPython/RustPython / pytest_sessionfinish

Function pytest_sessionfinish

wasm/tests/conftest.py:35–38  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

33
34
35def pytest_sessionfinish(session):
36 global server_proc
37 server_proc.terminate()
38 server_proc = None
39
40
41atexit.register(lambda: server_proc and server_proc.terminate())

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.45

Tested by

no test coverage detected