pytest-mypy
Type checker plugin
A plugin that integrates mypy with pytest to enable static type checking during unit testing.
Mypy static type checker plugin for Pytest
248 stars
9 watching
32 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 103 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,426 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |
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 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
pynamodb/pynamodb-mypy | A plugin that provides type checking and enforcement for PynamoDB models and attributes. | 4 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 230 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
shoobx/mypy-zope | A plugin to enable type checking of Zope interface implementations in mypy. | 39 |