Skip to content

Commit

Permalink
add tests for --empty flag (#836)
Browse files Browse the repository at this point in the history
* add tests for --empty flag

* changelog entry

* restore dev-requirements

---------

Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
MichelleArk and mikealfare authored Dec 1, 2023
1 parent b75f26a commit 32893be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20231119-122853.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Add tests for --empty flag
time: 2023-11-19T12:28:53.795687-05:00
custom:
Author: michelleark
Issue: "837"
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 32893be

Please sign in to comment.