From 4d29f80bdfe14801081c05225376682013b03683 Mon Sep 17 00:00:00 2001 From: artkuznetsov Date: Wed, 19 Jul 2023 15:33:07 +0600 Subject: [PATCH] Add vedro Vedro.io appears to be a modern and pragmatic framework, providing all the necessary functionality right out of the box without relying on magic. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..623b5598 100644 --- a/README.md +++ b/README.md @@ -1153,6 +1153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pytest](https://docs.pytest.org/en/latest/) - A mature full-featured Python testing tool. * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. * [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework. + * [vedro](https://github.com/vedro-universe/vedro) - Pragmatic Testing Framework * 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.