RobertCraigie / pytest-pyrightLinks
Pytest plugin for type checking code with Pyright
☆15Updated last year
Alternatives and similar repositories for pytest-pyright
Users that are interested in pytest-pyright are comparing it to the libraries listed below
Sorting:
- Runtime typing introspection tools☆54Updated 2 weeks ago
- Backport of PEP 654 (exception groups)☆48Updated last week
- trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints.☆85Updated 5 months ago
- Useful types for Python☆145Updated last week
- A simple task runner.☆124Updated last month
- A plugin for snapshot testing with pytest.☆132Updated last year
- A low-level library for installing from a Python wheel distribution.☆137Updated this week
- Experimental Python API for Ruff☆30Updated 2 weeks ago
- Automatically add simple type annotations to your code☆270Updated last month
- A plugin for Flake8 that provides specializations for type hinting stub files☆80Updated last week
- Pytest plugin for testing examples in docstrings and markdown files.☆129Updated 5 months ago
- Reference implementation of sentinels for the Python stdlib☆42Updated last year
- Project to repackage Node.js releases as Python binary wheels for distribution via PyPI☆101Updated last year
- Builds a graph of a Python project's internal dependencies.☆97Updated last week
- Scripts and actions to auto-upload typeshed stubs to PyPI☆32Updated last week
- Extend typing package functionalities☆59Updated 2 years ago
- Pure Python cross-platform pyclean. Clean up your Python bytecode.☆78Updated this week
- Automatically link across pages in MkDocs.☆78Updated last month
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆114Updated last week
- Declarative Settings Library☆31Updated 2 weeks ago
- Replace `Optional[T]` by `Union[T, None]` 👀☆57Updated 3 years ago
- CLI tool for providing a clean slate for mypy usage within a project.☆24Updated last week
- 🎰 Ensure your __slots__ are working properly☆112Updated last week
- Hatch build hook plugin for Mypyc☆50Updated last year
- GitHub Action for pyright☆96Updated this week
- Bust functools.lru_cache when running pytest to avoid test pollution☆29Updated 11 months ago
- Helpers to use cachetools with async functions☆106Updated last year
- This repo contains an issue tracker, examples, and early work related to PEP 999: Tag Strings☆52Updated last year
- pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)☆76Updated this week
- A codemod to make your implicit optional type hints PEP 484 compliant.