Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
add dbt adapter integration test class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Wigley committed Jan 22, 2021
1 parent a411336 commit b305ee5
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ You'll need to install this package with `pip install pytest-dbt-adapter` and wr

After installing this package, you should be able to run your spec with `pytest path/to/mytest.dbspec`. You'll need dbt-core and your adapter plugin installed in the environment as well.

This package also includes a module named `dbt_adapter_tests` that includes helpers for writing integration tests with Python if necessary. For maintainability purposes, this should only be used as a last resort for scenarios that are impossible to capture with a specfile.


## Specs

Expand Down
Loading

0 comments on commit b305ee5

Please sign in to comment.