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.
pip install pytest-tinybirdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic setup: set TINYBIRD_TOKEN and TINYBIRD_DATASOURCE, then run pytest. Plugin automatically sends test results to Tinybird.
Set TINYBIRD_TOKEN in your shell or CI environment.
Set TINYBIRD_WAIT=true to wait for Tinybird acknowledgment and reduce duplicates.
Explicitly set TINYBIRD_WAIT environment variable as needed.
Set TINYBIRD_TIMEOUT to a higher value (e.g., 10) if you experience failures.
Remove --tinybird from pytest command. Configure via env vars: TINYBIRD_TOKEN, TINYBIRD_DATASOURCE.
Install with pip: pip install pytest-tinybird. The plugin is auto-loaded; no explicit import needed.
Set TINYBIRD_TOKEN environment variable before running pytest.