MCPcopy 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
49def _dummy_socket():
50 sock = _DummySocket()
51 yield sock
52 sock.close()
53
54
55def test_fixture_reader_thread1(_dummy_socket):

Callers

nothing calls this directly

Calls 2

_DummySocketClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected