pytest-mypy-plugins
Type Checker
A plugin for testing type checking and stubs using mypy and pytest
pytest plugin for testing mypy types, stubs, and plugins
103 stars
6 watching
24 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
mypymypy-pluginsmypy-stubspep484pytestpytest-pluginpython
Related projects:
Repository | Description | Stars |
---|---|---|
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
realpython/pytest-mypy | A plugin that integrates mypy with pytest to enable static type checking during unit testing. | 248 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
pynamodb/pynamodb-mypy | A plugin that provides type checking and enforcement for PynamoDB models and attributes. | 4 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 200 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 230 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,393 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 71 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
shoobx/mypy-zope | A plugin to enable type checking of Zope interface implementations in mypy. | 39 |
typeddjango/django-stubs | Provides precise static types and type inference for Django framework | 1,612 |
orsinium-labs/mypy-test | A testing tool for verifying mypy plugin and type functionality | 5 |