Skip to content

Commit

Permalink
add tests for --empty flag (#948)
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 da258f8 commit d0a60a7
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-132050.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:20:50.076459-05:00
custom:
Author: michelleark
Issue: "949"
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 TestSparkEmpty(BaseTestEmpty):
pass

0 comments on commit d0a60a7

Please sign in to comment.