GitHunt
BO

boidolr/pytest-ty

A pytest plugin to run the ty type checker

pytest-ty
Build Status
pypi
python

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-ty
  • pip install pytest-ty

Usage

  • Activate the plugin when running pytest: pytest --ty
  • Activate via pytest configuration: addopts = "--ty"

License

pytest-ty is licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT).

Languages

Python100.0%

Contributors

MIT License
Created June 4, 2025
Updated March 8, 2026
boidolr/pytest-ty | GitHunt