GitHub - boidolr/pytest-ty: A pytest plugin to run the ty type checker (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
A pytest plugin to run the ty type checker.
Configuration
Configure ty in pyproject.toml or ty.toml, see the ty documentation.
Installation
You can install pytest-ty from PyPI:
uv add --dev pytest-typip install pytest-ty
Usage
- Activate the plugin when running
pytest:pytest --ty - Activate via
pytestconfiguration:addopts = "--ty"
License
pytest-ty is licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT).