You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -863,7 +863,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
863
863
*[green](https://github.com/CleanCut/green) - A clean, colorful test runner.
864
864
*[pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](https://github.com/vowsjs/vows).
865
865
*[Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
866
-
*[tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable [environments](#environment-management).
866
+
*[tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable virtualenvs.
867
867
* Web Testing
868
868
*[Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
869
869
*[locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
0 commit comments