Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ check_no_threads
Function
check_no_threads
conftest.py:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
105
@pytest.fixture(scope=
"session"
, autouse=True)
106
def
check_no_threads():
107
yield
108
_start_monitoring_threads()
109
110
111
# see: http://goo.gl/kTQMs
Callers
nothing calls this directly
Calls
1
_start_monitoring_threads
Function · 0.85
Tested by
no test coverage detected