pytest-testing
Pytest testing patterns for data pipelines, Airflow DAGs, and BigQuery queries. Use when writing unit tests for DAG tasks, integration tests with BigQuery, property-based tests with Hypothesis, data contract validation with Pydantic/JSON schemas, performance tests with pytest-benchmark, or snapshot/visual regression tests for data outputs.
Installation and usage
Pytest testing patterns for data pipelines, Airflow DAGs, and BigQuery queries. Use when writing unit tests for DAG tasks, integration tests with BigQuery, property-based tests with Hypothesis, data contract validation with Pydantic/JSON schemas, performance tests with pytest-benchmark, or snapshot/visual regression tests for data outputs.
Once installed, you can use this skill by running the following command in your terminal:
skills use pytest-testing