Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
def
pytest_sessionfinish(session):
36
global server_proc
37
server_proc.terminate()
38
server_proc = None
39
40
41
atexit.register(
lambda
: server_proc and server_proc.terminate())
Callers
nothing calls this directly
Calls
1
terminate
Method · 0.45
Tested by
no test coverage detected