Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ _dummy_socket
Function
_dummy_socket
tests_python/test_fixtures.py:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
@pytest.yield_fixture
49
def
_dummy_socket():
50
sock = _DummySocket()
51
yield
sock
52
sock.close()
53
54
55
def
test_fixture_reader_thread1(_dummy_socket):
Callers
nothing calls this directly
Calls
2
_DummySocket
Class · 0.85
close
Method · 0.45
Tested by
no test coverage detected