https://github.com/boidolr/pytest-ty

A pytest plugin to run the ty type checker

https://github.com/boidolr/pytest-ty

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary

Keywords

pytest python ty
Last synced: 5 months ago · JSON representation

Repository

A pytest plugin to run the ty type checker

Basic Info
  • Host: GitHub
  • Owner: boidolr
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 28.3 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
pytest python ty
Created 9 months ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

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

Distributed under the terms of the MIT license, "pytest-ty" is free and open source software

Owner

  • Name: Raphael Boidol
  • Login: boidolr
  • Kind: user
  • Location: Munich, Germany
  • Company: @TNG

coding for the fun of it

GitHub Events

Total
  • Issues event: 1
  • Delete event: 11
  • Issue comment event: 1
  • Member event: 1
  • Push event: 28
  • Pull request review comment event: 3
  • Pull request event: 17
  • Pull request review event: 13
  • Create event: 10
Last Year
  • Issues event: 1
  • Delete event: 11
  • Issue comment event: 1
  • Member event: 1
  • Push event: 28
  • Pull request review comment event: 3
  • Pull request event: 17
  • Pull request review event: 13
  • Create event: 10

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 17
  • Total Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 17
  • Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Raphael Boidol b****r 17

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 1
  • Total pull requests: 23
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 1
  • Pull requests: 23
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 minutes
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • nth10sd (1)
Pull Request Authors
  • boidolr (21)
  • dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3) github_actions (2)

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
  • pytest >=7.0.0
  • ty *
uv.lock pypi
  • colorama 0.4.6
  • exceptiongroup 1.3.0
  • iniconfig 2.1.0
  • packaging 25.0
  • pluggy 1.6.0
  • pygments 2.19.1
  • pytest 8.4.1
  • pytest-ty 0.1.0
  • tomli 2.2.1
  • ty 0.0.1a11
  • typing-extensions 4.14.0