{"library":"pytest-sentry","title":"pytest-sentry","description":"A pytest plugin to send test run information to Sentry.io. Currently at version 0.5.1, with irregular releases. Compatible with Sentry SDK >=3.0 (since 0.4.0).","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-sentry"],"cli":null},"imports":["import pytest_sentry"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# conftest.py\nimport pytest_sentry\n\nSENTRY_DSN = os.environ.get('SENTRY_DSN', '')\n@pytest.fixture(autouse=True)\ndef sentry_test_hub():\n    pytest_sentry.hub.init(dsn=SENTRY_DSN)\n    yield\n","lang":"python","description":"Basic setup: set SENTRY_DSN environment variable and the plugin will automatically capture test failures and performance data.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}