Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.12 KB

File metadata and controls

35 lines (22 loc) · 1.12 KB

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).