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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -860,7 +860,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
860
860
*[hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
861
861
*[mamba](http://nestorsalceda.github.io/mamba/) - The definitive testing tool for Python. Born under the banner of BDD.
862
862
*[Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
863
-
*[tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests [distributions](#distribution) in multiple Python versions using isolated and configurable virtualenvs.
863
+
* Test Runners
864
+
*[tox](https://tox.readthedocs.org/en/latest/) - Auto builds and tests distributions in multiple Python versions
865
+
*[green](https://github.com/CleanCut/green) - A clean, colorful test runner.
864
866
* GUI / Web Testing
865
867
*[Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
866
868
*[locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
0 commit comments