https://github.com/domdfcoding/pytest-regressions-stubs
Type stubs for pytest-regressions
https://github.com/domdfcoding/pytest-regressions-stubs
python
Last synced: 20 days ago
JSON representation
Type stubs for pytest-regressions
- Host: GitHub
- URL: https://github.com/domdfcoding/pytest-regressions-stubs
- Owner: domdfcoding
- License: other
- Created: 2020-10-09T18:31:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-10T23:59:52.000Z (2 months ago)
- Last Synced: 2026-01-11T07:14:20.872Z (2 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
#########################
pytest-regressions-stubs
#########################
.. start short_desc
**Type stubs for pytest-regressions**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - Activity
- |commits-latest| |commits-since| |maintained|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |actions_linux| image:: https://github.com/domdfcoding/pytest-regressions-stubs/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/pytest-regressions-stubs/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/domdfcoding/pytest-regressions-stubs/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/pytest-regressions-stubs/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/domdfcoding/pytest-regressions-stubs/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/pytest-regressions-stubs/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/domdfcoding/pytest-regressions-stubs/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/pytest-regressions-stubs/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/domdfcoding/pytest-regressions-stubs/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/pytest-regressions-stubs/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/pytest-regressions-stubs/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/pytest-regressions-stubs/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/pytest-regressions-stubs?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/pytest-regressions-stubs
:alt: CodeFactor Grade
.. |license| image:: https://img.shields.io/github/license/domdfcoding/pytest-regressions-stubs
:target: https://github.com/domdfcoding/pytest-regressions-stubs/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pytest-regressions-stubs
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pytest-regressions-stubs/v2.0.0
:target: https://github.com/domdfcoding/pytest-regressions-stubs/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/pytest-regressions-stubs
:target: https://github.com/domdfcoding/pytest-regressions-stubs/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
:alt: Maintenance
.. end shields
|
Installation
--------------
.. start installation
``pytest-regressions-stubs`` can be installed from GitHub.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install git+https://github.com/domdfcoding/pytest-regressions-stubs
.. end installation