Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ Web socket 相关库。
* [PyAutoGUI](https://github.com/asweigart/pyautogui):PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块。
* [locust](https://github.com/locustio/locust):使用 Python 编写的,可扩展的用户加载测试工具。
* [sixpack](https://github.com/seatgeek/sixpack):一个和语言无关的 A/B 测试框架。
* [splinter](https://splinter.readthedocs.org/en/latest/):开源的 web 应用测试工具。
* [splinter](https://splinter.readthedocs.org/en/latest/):开源的 web 应用测试工具。
* [HMNextAuto](https://github.com/ziguiway/hmnextauto):基于 Python 的鸿蒙 NEXT UI 自动化框架,兼容 uiautomator2 API 风格。
* [Schemathesis](https://github.com/kiwicom/schemathesis):基于属性的自动测试工具,用于测试使用 Open API / Swagger 规范构建的 Web 应用程序。
* Mock 测试
* [mock](https://docs.python.org/3/library/unittest.mock.html):(Python 标准库) 一个用于伪造测试的库。
Expand Down