MCPcopy Index your code
hub / github.com/apache/dubbo-python2 / test_run

Method test_run

tests/run_test.py:30–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28
29 @unittest.skip('skip not important test')
30 def test_run(self):
31 zk = ZkRegister('127.0.0.1:2181')
32 dubbo_cli = DubboClient('me.hourui.echo.provider.Echo', zk_register=zk)
33 for i in xrange(4):
34 thread = threading.Thread(target=run, args=(dubbo_cli,))
35 thread.start()
36
37
38def pretty_print(value):

Callers

nothing calls this directly

Calls 2

ZkRegisterClass · 0.90
DubboClientClass · 0.90

Tested by

no test coverage detected