data-engineeringdata-ai
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.
maintainer
ilorozco11
更新于 1/16/2026
星标
0
分支
0
quick start
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.
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use pytest-testing