Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c489332

Browse files
authored
add tests for --empty flag (#1030)
* add tests for --empty flag * restore dev-requirements
1 parent 67feec4 commit c489332

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Under the Hood
2+
body: Add tests for --empty flag
3+
time: 2023-11-17T12:12:14.643365-05:00
4+
custom:
5+
Author: michelleark
6+
Issue: "1029"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from dbt.tests.adapter.empty.test_empty import BaseTestEmpty
2+
3+
4+
class TestBigQueryEmpty(BaseTestEmpty):
5+
pass

0 commit comments

Comments
 (0)