Skip to content

Commit

Permalink
Add tests for --empty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Apr 8, 2024
1 parent f9497e8 commit 8427115
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20240408-134750.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: Add tests for --empty flag
time: 2024-04-08T13:47:50.027069+02:00
custom:
Author: damian3031
Issue: "391"
PR: "393"
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 TestTrinoEmpty(BaseTestEmpty):
pass

0 comments on commit 8427115

Please sign in to comment.