Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何工具/Chrome 插件,例如 Chrome 的“高级 REST 插件”,可用于测试 Twisted RPC JSON 调用?
还是我必须编写一些 Python 代码才能做到这一点?
在测试方面,您应该始终使用代码,这样如果您将来更改某些内容或必须修复错误,测试您的更改将是几秒钟的事情:
python mytestsuite.py