We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f464ce commit 610634dCopy full SHA for 610634d
README.md
@@ -813,7 +813,7 @@ Python实现的数据库。
813
* 测试框架
814
* unittest:(Python 标准库) 单元测试框架。[官网](https://docs.python.org/2/library/unittest.html)
815
* nose:nose 扩展了 unittest 的功能。[官网](https://nose.readthedocs.org/en/latest/)
816
- * contexts:一个 Python 3.3+ 的 BDD 框架。受到C#
+ * contexts:一个 Python 3.3+ 的 BDD 框架。受到C# – Machine.Specifications的启发。[官网](https://github.com/benjamin-hodgson/Contexts)
817
* hypothesis:Hypothesis 是一个基于先进的 Quickcheck 风格特性的测试库。[官网](https://github.com/DRMacIver/hypothesis)
818
* mamba:Python 的终极测试工具, 拥护BDD。[官网](http://nestorsalceda.github.io/mamba/)
819
* PyAutoGUI:PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块。[官网](https://github.com/asweigart/pyautogui)
0 commit comments