TommyLemon / APIAuto

☔ 敏捷开发最强大易用的 HTTP 接口工具,机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释,集 文档、测试、Mock、调试、管理 于一体的一站式体验。☔ The most advanced tool for HTTP API. Testing with machine learning, generating codes and static analysis, generating comments and floating hints, one site for document, testing, mocking, debugging and management.
http://apijson.cn/api
Apache License 2.0
1.91k stars 242 forks source link

首个 Python 零代码单元测试 unitauto-py 开源,UnitAuto Python 版 #48

Open TommyLemon opened 11 months ago

TommyLemon commented 11 months ago

首个 Python 零代码单元测试 unitauto-py 开源,UnitAuto Python 版

https://www.oschina.net/news/252804/unitauto-py-open-source

同步纯函数: https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L39-L40

image

class 内成员函数: https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L111-L112

image

async & await 协程异步函数: https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L63-L67

image

异步回调函数: https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L70-L83

image image

https://github.com/TommyLemon/unitauto-py