Skip to content

Commit

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

* restore dev-requirements
  • Loading branch information
MichelleArk authored Dec 1, 2023
1 parent 67feec4 commit c489332
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-20231117-121214.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-17T12:12:14.643365-05:00
custom:
Author: michelleark
Issue: "1029"
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 TestBigQueryEmpty(BaseTestEmpty):
pass

0 comments on commit c489332

Please sign in to comment.