Skip to content

Commit

Permalink
convert adapter method test (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx authored Apr 8, 2022
1 parent e6a7ffa commit 6e7064d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 106 deletions.
7 changes: 6 additions & 1 deletion tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from dbt.tests.adapter.basic.test_generic_tests import BaseGenericTests
from dbt.tests.adapter.basic.test_snapshot_check_cols import BaseSnapshotCheckCols
from dbt.tests.adapter.basic.test_snapshot_timestamp import BaseSnapshotTimestamp

from dbt.tests.adapter.basic.test_adapter_methods import BaseAdapterMethod

class TestSimpleMaterializationsSnowflake(BaseSimpleMaterializations):
pass
Expand Down Expand Up @@ -47,3 +47,8 @@ class TestSnapshotCheckColsSnowflake(BaseSnapshotCheckCols):

class TestSnapshotTimestampSnowflake(BaseSnapshotTimestamp):
pass

class TestBaseAdapterMethodSnowflake(BaseAdapterMethod):
@pytest.fixture(scope="class")
def equal_tables(self):
return ["MODEL", "EXPECTED"]

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions tests/integration/adapter_methods_test/models/expected.sql

This file was deleted.

19 changes: 0 additions & 19 deletions tests/integration/adapter_methods_test/models/model.sql

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/adapter_methods_test/models/upstream.sql

This file was deleted.

32 changes: 0 additions & 32 deletions tests/integration/adapter_methods_test/seed_bq.sql

This file was deleted.

30 changes: 0 additions & 30 deletions tests/integration/adapter_methods_test/test_adapter_methods.py

This file was deleted.

This file was deleted.

0 comments on commit 6e7064d

Please sign in to comment.