{"id":26285500,"url":"https://github.com/100nm/pytest-results","last_synced_at":"2026-03-02T03:36:19.705Z","repository":{"id":281546443,"uuid":"944081229","full_name":"100nm/pytest-results","owner":"100nm","description":"Easily spot regressions in your tests.","archived":false,"fork":false,"pushed_at":"2025-12-29T01:17:01.000Z","size":342,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"prod","last_synced_at":"2025-12-30T23:13:12.122Z","etag":null,"topics":["msgspec","mypy","pydantic","pytest","pytest-plugin","python","testing","type-hints","typed"],"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/100nm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"remimd","buy_me_a_coffee":"remimd"}},"created_at":"2025-03-06T18:52:10.000Z","updated_at":"2025-12-28T12:06:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"05ba14d1-c7d1-4a83-9c7d-168f913697fc","html_url":"https://github.com/100nm/pytest-results","commit_stats":null,"previous_names":["100nm/pytest-results"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/100nm/pytest-results","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100nm%2Fpytest-results","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100nm%2Fpytest-results/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100nm%2Fpytest-results/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100nm%2Fpytest-results/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/100nm","download_url":"https://codeload.github.com/100nm/pytest-results/tar.gz/refs/heads/prod","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100nm%2Fpytest-results/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29991918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["msgspec","mypy","pydantic","pytest","pytest-plugin","python","testing","type-hints","typed"],"created_at":"2025-03-14T19:32:50.278Z","updated_at":"2026-03-02T03:36:19.700Z","avatar_url":"https://github.com/100nm.png","language":"Python","funding_links":["https://github.com/sponsors/remimd","https://buymeacoffee.com/remimd"],"categories":[],"sub_categories":[],"readme":"# pytest-results\n\n[![CI](https://github.com/100nm/pytest-results/actions/workflows/ci.yml/badge.svg)](https://github.com/100nm/pytest-results)\n[![PyPI - Version](https://img.shields.io/pypi/v/pytest-results.svg?color=blue)](https://pypi.org/project/pytest-results)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/pytest-results.svg?color=blue)](https://pypistats.org/packages/pytest-results)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\nEasily spot regressions in your tests.\n\n[Pytest](https://github.com/pytest-dev/pytest) plugin for writing non-regression tests.\n\n## Installation\n\n⚠️ _Requires Python 3.12 or higher_\n\n```bash\npip install pytest-results\n```\n\n## Quick start\n\nFirst, return the value where you want to check the regression:\n\n```python\ndef test_function():\n    return {\"hello\": \"world\"}\n```\n\nAll results are stored in JSON files at the root of your project in the\n`__pytest_results__` folder.\n\nIn case of regression, to open the interactive comparison, add the `--ide` parameter\nto Pytest with the name of your IDE:\n\n```bash\npytest --ide vscode\n```\n\n_At present, the IDEs supported are `cursor`, `pycharm` and `vscode`._\n\n## Resources\n\n* [**Regression fixture**](https://github.com/100nm/pytest-results/tree/prod/documentation/regression-fixture.md)\n* [**Configuration**](https://github.com/100nm/pytest-results/tree/prod/documentation/configuration.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100nm%2Fpytest-results","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F100nm%2Fpytest-results","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100nm%2Fpytest-results/lists"}