Update tox desc.

This commit is contained in:
Fernando Felix do Nascimento Junior 2016-03-20 06:32:08 -03:00
parent 19d3b46915
commit bc0b047a0e

View File

@ -863,7 +863,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [green](https://github.com/CleanCut/green) - A clean, colorful test runner. * [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](https://github.com/vowsjs/vows). * [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows).
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
* [tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable [environments](#environment-management). * [tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable virtualenvs.
* Web Testing * Web Testing
* [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. * [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
* [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python. * [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.