Skip to content

Commit

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

* changelog entry

* restore dev-requirements
  • Loading branch information
MichelleArk authored Dec 1, 2023
1 parent 0562935 commit 272df6b
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-132157.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-19T13:21:57.588501-05:00
custom:
Author: michelleark
Issue: "667"
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 TestRedshiftEmpty(BaseTestEmpty):
pass

0 comments on commit 272df6b

Please sign in to comment.