首个 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
class 内成员函数:
https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L111-L112
async & await 协程异步函数:
https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L63-L67
异步回调函数:
https://github.com/TommyLemon/unitauto-py/blob/main/unitauto/test/testutil.py#L70-L83