{"id":19657722,"url":"https://github.com/esss/pytest-regressions","last_synced_at":"2025-04-14T06:06:54.338Z","repository":{"id":32782593,"uuid":"140560683","full_name":"ESSS/pytest-regressions","owner":"ESSS","description":"Pytest plugin for regression testing: https://pytest-regressions.readthedocs.io","archived":false,"fork":false,"pushed_at":"2025-02-04T12:01:37.000Z","size":355,"stargazers_count":193,"open_issues_count":15,"forks_count":38,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-14T06:06:27.140Z","etag":null,"topics":["hacktoberfest","pytest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ESSS.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-11T10:36:38.000Z","updated_at":"2025-03-29T09:14:21.000Z","dependencies_parsed_at":"2023-02-19T10:31:12.131Z","dependency_job_id":"0ac30fc8-bf51-4c18-a11b-2f553659592d","html_url":"https://github.com/ESSS/pytest-regressions","commit_stats":{"total_commits":173,"total_committers":25,"mean_commits":6.92,"dds":0.6416184971098267,"last_synced_commit":"8b12d679d0e516e729d4532c9155b52d46c2f457"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fpytest-regressions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fpytest-regressions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fpytest-regressions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ESSS%2Fpytest-regressions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ESSS","download_url":"https://codeload.github.com/ESSS/pytest-regressions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830397,"owners_count":21168272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","pytest"],"created_at":"2024-11-11T15:33:23.203Z","updated_at":"2025-04-14T06:06:54.040Z","avatar_url":"https://github.com/ESSS.png","language":"Python","readme":"==================\npytest-regressions\n==================\n\n.. image:: https://img.shields.io/pypi/v/pytest-regressions.svg\n    :target: https://pypi.org/project/pytest-regressions\n    :alt: PyPI version\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-regressions.svg\n    :target: https://anaconda.org/conda-forge/pytest-regressions\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-regressions.svg\n    :target: https://pypi.org/project/pytest-regressions\n    :alt: Python versions\n\n.. image:: https://github.com/ESSS/pytest-regressions/workflows/build/badge.svg\n    :target: https://github.com/ESSS/pytest-regressions/actions?query=workflow%3Abuild\n\n.. image:: https://img.shields.io/readthedocs/pytest-regressions.svg\n    :target: https://pytest-regressions.readthedocs.io/en/latest\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\n.. image:: https://results.pre-commit.ci/badge/github/ESSS/pytest-regressions/master.svg\n    :target: https://results.pre-commit.ci/latest/github/ESSS/pytest-regressions/master\n    :alt: pre-commit.ci status\n\nFixtures to write regression tests.\n\nFeatures\n--------\n\nThis plugin makes it simple to test general data, images, files, and numeric tables by saving *expected*\ndata in a *data directory* (courtesy of `pytest-datadir \u003chttps://github.com/gabrielcnr/pytest-datadir\u003e`_) that\ncan be used to verify that future runs produce the same data.\n\nSee `the docs \u003chttps://pytest-regressions.readthedocs.io/en/latest\u003e`_ for examples and API usage.\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the `MIT`_ license, \"pytest-regressions\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n----\n\nThis `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.\n\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@hackebrot`: https://github.com/hackebrot\n.. _`MIT`: http://opensource.org/licenses/MIT\n.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause\n.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/nicoddemus/pytest-regressions/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.org/project/pip/\n.. _`PyPI`: https://pypi.org/project\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Fpytest-regressions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesss%2Fpytest-regressions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesss%2Fpytest-regressions/lists"}