{"library":"pytest-tinybird","title":"pytest-tinybird","description":"A pytest plugin that reports test results to Tinybird. Version 0.5.0 adds optional report parameters for multi-repository/multi-workflow. Release cadence is irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pytest-tinybird"],"cli":{"name":"pytest","version":"pytest 9.0.3"}},"imports":["import pytest_tinybird"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install: pip install pytest-tinybird\n# Set environment variables\nimport os\nos.environ['TINYBIRD_TOKEN'] = 'your_token'  # Required: Tinybird Events API token\nos.environ['TINYBIRD_DATASOURCE'] = 'pytest_results'  # Required: Datasource name\nos.environ['TINYBIRD_API_URL'] = 'https://api.tinybird.co'  # Optional, default shown\n\n# Run pytest with the plugin (enabled by default)\n# Example: pytest --tb=short tests/","lang":"python","description":"Basic setup: set TINYBIRD_TOKEN and TINYBIRD_DATASOURCE, then run pytest. Plugin automatically sends test results to Tinybird.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}