1
0
mirror of https://github.com/vinta/awesome-python.git synced 2024-12-18 16:20:13 +00:00

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.
This commit is contained in:
artkuznetsov 2023-07-19 15:33:07 +06:00 committed by GitHub
parent c52dba9b29
commit 4d29f80bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.