MCPcopy Create free account
hub / github.com/apache/dubbo-python2 / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

12
13class TestDubbo(unittest.TestCase):
14 def setUp(self):
15 init_log() # 初始化日志配置,调用端需要自己配置日志属性
16
17 def test_run_default(self):
18 zk = ZkRegister('172.19.71.7:2181')

Callers

nothing calls this directly

Calls 1

init_logFunction · 0.90

Tested by

no test coverage detected