mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
move tox to Test Runner section
This commit is contained in:
parent
aff4269e0f
commit
0c105fe931
1 changed files with 3 additions and 1 deletions
|
@ -860,7 +860,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
|
* [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
|
||||||
* [mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD.
|
* [mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD.
|
||||||
* [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 virtualenvs.
|
* Test Runners
|
||||||
|
* [tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests distributions in multiple Python versions
|
||||||
|
* [green](https://github.com/CleanCut/green) - A clean, colorful test runner.
|
||||||
* GUI / Web Testing
|
* GUI / 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.
|
||||||
|
|
Loading…
Reference in a new issue