From 610634dde1f1684006ce028d9c3d855ee63d51cb Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Mon, 29 Aug 2016 17:25:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2571f..81cc1fd 100644 --- a/README.md +++ b/README.md @@ -813,7 +813,7 @@ Python实现的数据库。 * 测试框架 * unittest:(Python 标准库) 单元测试框架。[官网](https://docs.python.org/2/library/unittest.html) * nose:nose 扩展了 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) * hypothesis:Hypothesis 是一个基于先进的 Quickcheck 风格特性的测试库。[官网](https://github.com/DRMacIver/hypothesis) * mamba:Python 的终极测试工具, 拥护BDD。[官网](http://nestorsalceda.github.io/mamba/) * PyAutoGUI:PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块。[官网](https://github.com/asweigart/pyautogui)