From c6a87e15e6d93fe2a6563b342a9b0d80f87b3733 Mon Sep 17 00:00:00 2001 From: olzhasar Date: Sat, 3 Jun 2023 06:03:35 +0600 Subject: [PATCH] Update verbiage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db9da9b..00d6e266 100644 --- a/README.md +++ b/README.md @@ -1156,7 +1156,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. * [tox](https://tox.readthedocs.io/en/latest/) - Auto builds and tests distributions in multiple Python versions - * [pytest-watcher](https://github.com/olzhasar/pytest-watcher) - Automatically rerun `pytest` whenever your code changes + * [pytest-watcher](https://github.com/olzhasar/pytest-watcher) - Automatically rerun your tests on file modifications * GUI / Web Testing * [locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python. * [PyAutoGUI](https://github.com/asweigart/pyautogui) - PyAutoGUI is a cross-platform GUI automation Python module for human beings.