Merge pull request #335 from CleanCut/master

Add entry for green.
This commit is contained in:
Vinta 2015-11-04 10:50:17 +08:00
commit 49ab410000

View File

@ -856,6 +856,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
* [pyshould](https://github.com/drslump/pyshould) - Should style asserts based on [PyHamcrest](https://github.com/hamcrest/PyHamcrest).
* [pytest](http://pytest.org/) - A mature full-featured Python testing tool.
* [green](https://github.com/CleanCut/green) - A clean, colorful test runner.
* [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
* Web Testing