pytest-monkeytype
Type checker plugin
A pytest plugin that generates annotations and stubs for Python modules based on their type definitions
43 stars
2 watching
2 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
pep484pytest-pluginpython3typing
Related projects:
Repository | Description | Stars |
---|---|---|
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 105 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 30 |
realpython/pytest-mypy | Plugs mypy into pytest to enable static type checking of Python code during testing | 249 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 229 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 141 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
quora/pyanalyze | A tool to analyze Python code for type errors and other issues | 347 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,397 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,436 |
dropbox/mypy-pycharm-plugin | A plugin that allows running type-checking tools from within PyCharm. | 314 |
microsoft/playwright-pytest | A plugin to integrate Playwright with Pytest for end-to-end browser testing | 442 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 146 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |