Merge pull request #15 from ferstar/master

complete context information
pull/16/head^2
tangyouhua 2016-08-30 17:05:18 +08:00 committed by GitHub
commit 994251d3a3
1 changed files with 1 additions and 1 deletions

View File

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