pytest-vw
Test Passer
Automatically makes failing test cases succeed in CI environments to avoid code deployment issues
pytest-vw makes your failing test cases succeed under CI tools scrutiny
134 stars
3 watching
9 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,426 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 485 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
ionelmc/pytest-benchmark | A tool that helps you measure the performance of your code | 1,254 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |
microsoft/playwright-pytest | A plugin to integrate Playwright with Pytest for end-to-end browser testing | 440 |
hugues-m/phpunit-vw | Makes failing test cases succeed in CI tools | 1,751 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
anapaulagomes/pytest-picked | A plugin for pytest that runs tests from modified test files only, allowing developers to automate testing of specific changes before committing them. | 370 |
vikingco/flake8-pytest | Checks Python test code against standard assert statement usage | 12 |
pytest-dev/pytest-env | Lets you set environment variables in your tests using a YAML config file or pytest.ini configuration | 154 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 126 |
cpputest/cpputest | A unit testing and mocking framework for C/C++. | 1,371 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |