Skip to content

Commit

Permalink
add tests for --empty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Nov 19, 2023
1 parent f67098d commit 7d9edfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter

git+https://github.com/dbt-labs/dbt-core.git@dry-run-flag#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@dry-run-flag#egg=dbt-tests-adapter&subdirectory=tests/adapter
# if version 1.x or greater -> pin to major version
# if version 0.x -> pin to minor
black~=23.11
Expand Down
5 changes: 5 additions & 0 deletions tests/functional/adapter/empty/test_empty.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from dbt.tests.adapter.empty.test_empty import BaseTestEmpty


class TestSnowflakeEmpty(BaseTestEmpty):
pass

0 comments on commit 7d9edfa

Please sign in to comment.