diff --git a/README.md b/README.md index a07f3965..fce551d7 100644 --- a/README.md +++ b/README.md @@ -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