MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / RecordingMockConnection

Class RecordingMockConnection

tests/Connection.py:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class RecordingMockConnection(Framework.RecordingConnection):
69 def __init__(self, protocol, host, port, realConnection):
70 self._realConnection = realConnection
71 super().__init__(protocol, host, port)
72
73
74@pytest.mark.parametrize(

Callers 1

testRecordAndReplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…