Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed May 21, 2023
1 parent 6878afd commit 221ec20
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/functional/adapter/test_simple_copy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from dbt.tests.adapter.simple_copy.test_simple_copy import EmptyModelsArentRunBase, SimpleCopyBase


class TestSimpleCopyBaseSQLServer(SimpleCopyBase):
pass


class TestEmptyModelsArentRunSQLServer(EmptyModelsArentRunBase):
pass
9 changes: 9 additions & 0 deletions tests/functional/adapter/test_snapshot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from dbt.tests.adapter.simple_snapshot.test_snapshot import BaseSimpleSnapshot, BaseSnapshotCheck


class TestSnapshotSQLServer(BaseSimpleSnapshot):
pass


class TestSnapshotCheckSQLServer(BaseSnapshotCheck):
pass

0 comments on commit 221ec20

Please sign in to comment.