This commit is contained in:
Adam Liddell 2020-06-18 15:05:46 +00:00 committed by GitHub
parent 50a5dee4bd
commit 18f9ac3a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1107,6 +1107,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Test Runners * Test Runners
* [green](https://github.com/CleanCut/green) - A clean, colorful test runner. * [green](https://github.com/CleanCut/green) - A clean, colorful test runner.
* [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.
* [nox](https://nox.thea.codes/en/stable/) - Command-line tool that automates testing in multiple environments using Python configuration files.
* [tox](https://tox.readthedocs.io/en/latest/) - Auto builds and tests distributions in multiple Python versions * [tox](https://tox.readthedocs.io/en/latest/) - Auto builds and tests distributions in multiple Python versions
* GUI / Web Testing * GUI / Web Testing
* [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.