pytest-asyncio
Coroutine tester
Provides support for coroutines in pytest tests
Asyncio support for pytest
1k stars
38 watching
150 forks
Language: Python
last commit: 6 days ago
Linked from 2 awesome lists
asynciopytest-pluginpythontesting
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-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 485 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 126 |
microsoft/playwright-pytest | A plugin to integrate Playwright with Pytest for end-to-end browser testing | 440 |
the-compiler/pytest-vw | Automatically makes failing test cases succeed in CI environments to avoid code deployment issues | 134 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
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 |
kensho-technologies/pytest-annotate | Generates PyAnnotate annotations from pytest tests | 109 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
pytest-dev/pytest-env | Lets you set environment variables in your tests using a YAML config file or pytest.ini configuration | 154 |
martiusweb/asynctest | A testing framework for asynchronous Python libraries | 309 |