Merge pull request #585 from fernandojunior/patch-1

Add tox
This commit is contained in:
Vinta 2016-03-20 20:57:32 +08:00
commit 261eaba981
1 changed files with 1 additions and 0 deletions

View File

@ -865,6 +865,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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).
* [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 virtualenvs.
* Web Testing
* [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.