MCPcopy Create free account
hub / github.com/apache/qpid-proton / test_client_server_direct

Method test_client_server_direct

python/examples/test_examples.py:104–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 self.test_client_server(client=['sync_client.py'], server=['server_tx.py'])
103
104 def test_client_server_direct(self):
105 self.test_client_server(client=['client.py', '-a', 'localhost:8888/examples'],
106 server=['server_direct.py'], sleep=0.5)
107
108 def test_sync_client_server_direct(self):
109 self.test_client_server(client=['sync_client.py', '-a', 'localhost:8888/examples'],

Callers

nothing calls this directly

Calls 1

test_client_serverMethod · 0.95

Tested by

no test coverage detected