{"library":"pytest-insta","title":"pytest-insta","description":"A practical snapshot testing plugin for pytest, providing a simple way to compare test results against stored snapshots. Current version is 0.4.1, with a release cadence of approximately monthly.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pytest-insta"],"cli":null},"imports":["import pytest_insta","from pytest_insta import snapshot"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# content of test_example.py\nimport pytest\nimport requests\n\ndef test_with_snapshot(snapshot):\n    response = requests.get('https://api.github.com')\n    assert snapshot() == response.json()\n","lang":"python","description":"Basic snapshot test using the snapshot fixture. Run with 'pytest --insta' to record snapshots.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}