Alanxtl commented on PR #3283: URL: https://github.com/apache/dubbo-go/pull/3283#issuecomment-4188917496
> 感谢建议 目前是按职责把测试放到 server/client/config 子目录 > > dubbo-go/server/inst_test.go dubbo-go/client/prio_test.go dubbo-go/config/compat_test.go > > 然后那个文件命名我想请问一下是多加了 _integration_ 这个的原因吗 因为我是看项目里也有类似的命名 比如 triple_case_route_integration_test.go 这样照着写的 是的 integration test 是集成测试的意思,但是你加的这些都是单元测试呀 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
