.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
HOWTORELEASE.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/workflow.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/configuration.rst
docs/source/dbt_spark.rst
docs/source/index.rst
docs/source/projects.rst
scripts/release.py
src/pytest_dbt_core/__init__.py
src/pytest_dbt_core/_version.py
src/pytest_dbt_core/fixtures.py
src/pytest_dbt_core/plugin.py
src/pytest_dbt_core/session.py
src/pytest_dbt_core.egg-info/PKG-INFO
src/pytest_dbt_core.egg-info/SOURCES.txt
src/pytest_dbt_core.egg-info/dependency_links.txt
src/pytest_dbt_core.egg-info/entry_points.txt
src/pytest_dbt_core.egg-info/requires.txt
src/pytest_dbt_core.egg-info/top_level.txt
tests/test_session.py
tests/dbt_project/dbt_project.yml
tests/dbt_project/profiles.yml
tests/dbt_project/macros/fetch_single_statement.sql
tests/dbt_project/macros/prices.sql
tests/dbt_project/tests/test_fetch_single_statement.py
tests/dbt_project/tests/test_prices.py