From f52a38d012ab3f88db69c2878e1953d4a2961412 Mon Sep 17 00:00:00 2001 From: Fernando Felix do Nascimento Junior Date: Sun, 20 Mar 2016 04:50:33 -0300 Subject: [PATCH 1/3] Add tox It is awesome and you know. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa1050d..2b40ead 100644 --- a/README.md +++ b/README.md @@ -863,6 +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/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable [environments](#environment-management). * 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. From 19d3b4691514e735ab94d382ae64c554074d2148 Mon Sep 17 00:00:00 2001 From: Fernando Felix do Nascimento Junior Date: Sun, 20 Mar 2016 06:27:38 -0300 Subject: [PATCH 2/3] Fix link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b40ead..6c003ff 100644 --- a/README.md +++ b/README.md @@ -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/) - 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 [environments](#environment-management). * 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. From bc0b047a0e562fbc5028046b79de08ba7c988052 Mon Sep 17 00:00:00 2001 From: Fernando Felix do Nascimento Junior Date: Sun, 20 Mar 2016 06:32:08 -0300 Subject: [PATCH 3/3] Update tox desc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c003ff..271e492 100644 --- a/README.md +++ b/README.md @@ -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.