From a29cd2c8f5ee1a98bdbfc64dd67918f6588cddf5 Mon Sep 17 00:00:00 2001 From: olzhasar Date: Sat, 3 Jun 2023 05:50:16 +0600 Subject: [PATCH] Add pytest-watcher --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7856d360..7db9da9b 100644 --- a/README.md +++ b/README.md @@ -1156,6 +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 * 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.