Metadata-Version: 2.1
Name: pytest-dbt-core
Version: 0.2.2
Summary: Pytest extension for dbt.
Home-page: https://github.com/godatadriven/pytest-dbt-core
Author: Cor Zuurmond
Maintainer: Cor Zuurmond
Maintainer-email: corzuurmond@godatadriven.com
License: Apache 2.0
Project-URL: Source, https://github.com/godatadriven/pytest-dbt-core
Project-URL: Tracker, https://github.com/godatadriven/pytest-dbt-core/issues
Keywords: dbt,SQL,data,data transformation,testing,pytest
Platform: any
Classifier: Framework :: Pytest
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dbt-core <1.7.0,>=1.0.0
Provides-Extra: test
Requires-Dist: dbt-spark[odbc] <1.7.0,>=1.1.0 ; extra == 'test'
Requires-Dist: pyspark <4.0.0,>=3.0.0 ; extra == 'test'
Requires-Dist: pre-commit >=2.14.1 ; extra == 'test'
Requires-Dist: pytest >=6.2.5 ; extra == 'test'
Requires-Dist: pytest-spark >=0.6.0 ; extra == 'test'
Requires-Dist: pytest-cov >=2.12.1 ; extra == 'test'

<p align="center">
  <a href="https://github.com/godatadriven/pytest-dbt-core/blob/main/LICENSE"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/license-Apache%202-blue.svg"></a>
  <a href="https://pypi.org/project/pytest-dbt-core/"><img alt="pypi: pytest-dbt-core" src="https://img.shields.io/badge/pypi-pytest%20dbt%20core-green.svg"></a>
  <a href="https://github.com/godatadriven/pytest-dbt-core/actions/workflows/workflow.yml"><img alt="build: pytest-dbt-core" src="https://github.com/godatadriven/pytest-dbt-core/actions/workflows/workflow.yml/badge.svg"></a>
  <a href="https://github.com/psf/black"><img alt="code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
  <a href="https://pepy.tech/badge/pytest-dbt-core/"><img alt="downloads" src="https://pepy.tech/badge/pytest-dbt-core/month"></a>
</p>

Pytest dbt core is a [pytest](https://docs.pytest.org) plugin for testing your
[dbt](https://www.getdbt.com/) projects. Write unit test for your dbt logic with
pytest!

# :information_desk_person: User documentation

The user documentation is hosted on
[read the docs](https://pytest-dbt-core.readthedocs.io/en/latest/).

# :raising_hand: Contributing guide

The contributing guide is [here](./CONTRIBUTING.md).

# :gift: How to release

The "how to release" guide is [here](./HOWTORELEASE.md).

# :cop: License

The license is given [here](./LICENSE).


