Metadata-Version: 2.2
Name: dataform-unit-tests
Version: 1.2.0
Summary: Code that is executed as part of GitHub Actions pipelines in Dataform-enabled Google Cloud projects to perform unit tests on Dataform models
Author-email: Neeraj Morar <neerajmorar@hotmail.co.uk>
License: Apache-2.0
Project-URL: Homepage, https://github.com/neerajmorar/dataform-unit-test
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-cloud-dataform==0.5.13
Requires-Dist: google-cloud-bigquery==3.26.0
Requires-Dist: tabulate==0.9.0
Requires-Dist: pandas==2.2.3
Requires-Dist: jsonschema==4.23.0

# dataform-unit-testing

This package contains Python code that is executed as part of GitHub Actions pipelines in Dataform-enabled projects to perform unit tests on Dataform models:

 - Asserts that any defined unit test validates the behaviour of any relevant Dataform models.
 - Presents any issues with Dataform code identified.
 - If any issues detected, fails the CI/CD pipeline
