pytest-flask
test suite
Provides tools and fixtures to simplify testing and development of Flask applications
A set of pytest fixtures to test Flask applications
485 stars
12 watching
90 forks
Language: Python
last commit: 23 days ago
Linked from 2 awesome lists
flaskpytestpytest-flaskpytest-pluginpythontestingunit-testing
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,426 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 126 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
ionelmc/pytest-benchmark | A tool that helps you measure the performance of your code | 1,254 |
microsoft/playwright-pytest | A plugin to integrate Playwright with Pytest for end-to-end browser testing | 440 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
pytest-dev/pytest-env | Lets you set environment variables in your tests using a YAML config file or pytest.ini configuration | 154 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
fubuloubu/pytest-ethereum | A Pytest plugin for Ethereum projects | 3 |
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 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
the-compiler/pytest-vw | Automatically makes failing test cases succeed in CI environments to avoid code deployment issues | 134 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 230 |