mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Update tox desc.
This commit is contained in:
parent
19d3b46915
commit
bc0b047a0e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
* [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 [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
|
||||
* [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.
|
||||
|
|
Loading…
Reference in a new issue