Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chenyu/adapter tests #134

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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.