Skip to content

Commit 610634d

Browse files
authored
Update README.md
1 parent 3f464ce commit 610634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ Python实现的数据库。
813813
* 测试框架
814814
* unittest:(Python 标准库) 单元测试框架。[官网](https://docs.python.org/2/library/unittest.html)
815815
* nose:nose 扩展了 unittest 的功能。[官网](https://nose.readthedocs.org/en/latest/)
816-
* contexts:一个 Python 3.3+ 的 BDD 框架。受到C#
816+
* contexts:一个 Python 3.3+ 的 BDD 框架。受到C# – Machine.Specifications的启发。[官网](https://github.com/benjamin-hodgson/Contexts)
817817
* hypothesis:Hypothesis 是一个基于先进的 Quickcheck 风格特性的测试库。[官网](https://github.com/DRMacIver/hypothesis)
818818
* mamba:Python 的终极测试工具, 拥护BDD。[官网](http://nestorsalceda.github.io/mamba/)
819819
* PyAutoGUI:PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块。[官网](https://github.com/asweigart/pyautogui)

0 commit comments

Comments
 (0)