.agents/skills/tinybird/rules/tests.md
param1=value1¶m2=value2.expected_result should always be an empty string; the tool fills it.tb endpoint data instead of creating tests.Test format:
- name: kpis_single_day
description: Test hourly granularity for a single day
parameters: date_from=2024-01-01&date_to=2024-01-01
expected_result: ''
Fixtures live under /fixtures and provide sample data for testing.
fixtures/<datasource_name>.ndjson or .csv.tb datasource append <name> --file fixtures/<name>.ndjson.tb test run # Run all tests
tb test run tests/my_endpoint # Run specific test file
tb test update tests/my_endpoint # Update expected results from current output