From 18f9ac3a24c60e3b39db2b12bd22033ef3f1dc71 Mon Sep 17 00:00:00 2001 From: Adam Liddell Date: Thu, 18 Jun 2020 15:05:46 +0000 Subject: [PATCH] Add nox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2b079b3..12614d36 100644 --- a/README.md +++ b/README.md @@ -1107,6 +1107,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Test Runners * [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. + * [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 * GUI / Web Testing * [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.