Skip to content

Commit

Permalink
add adapter method test (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx authored Apr 8, 2022
1 parent 75428b9 commit 6459e12
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 60 deletions.
4 changes: 4 additions & 0 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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

from dbt.tests.adapter.basic.files import seeds_base_csv, seeds_added_csv, seeds_newcolumns_csv

Expand Down Expand Up @@ -77,3 +78,6 @@ def models(self):
"newcolumns.csv": seeds_newcolumns_csv,
"seeds.yml": schema_seed_added_yml,
}

class TestBaseAdapterMethod(BaseAdapterMethod):
pass

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.

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

This file was deleted.

This file was deleted.

0 comments on commit 6459e12

Please sign in to comment.