mypy-test
Mypy tester
A testing tool for verifying mypy plugin and type functionality
Test mypy plugins, stubs, custom types.
5 stars
3 watching
2 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
mypypythontestingtyping
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
orsinium-labs/mypy-baseline | A tool to integrate mypy into an existing Python project and track progress on resolving type errors. | 59 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
integralist/vim-mypy | A Vim plugin for executing Python's static type checker. | 97 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 86 |
kotlinisland/basedmypy | A Python static type checker with additional features to improve typing and error reporting. | 148 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
ymyzk/mypy-playground | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |
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 |
python-needle/needle | A tool for testing website visuals and CSS values by comparing screenshots and checking calculated styles. | 589 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
dry-python/classes | Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |