Skip to content

Commit

Permalink
[CT-1271] Query Comment test conversion (#197)
Browse files Browse the repository at this point in the history
* init pr for query_comment conversion

* test file rename

* class renaming and file import fix

* update to main

* remove old test

* point back to main in core
  • Loading branch information
McKnight-42 authored Oct 12, 2022
1 parent 717018a commit b3ab0bc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 229 deletions.
28 changes: 28 additions & 0 deletions tests/functional/adapter/query_comment_tests/test_query_comment.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import pytest
from dbt.tests.adapter.query_comment.test_query_comment import (
BaseQueryComments,
BaseMacroQueryComments,
BaseMacroArgsQueryComments,
BaseMacroInvalidQueryComments,
BaseNullQueryComments,
BaseEmptyQueryComments,
)


class TestQueryCommentsRedshift(BaseQueryComments):
pass

class TestMacroQueryCommentsRedshift(BaseMacroQueryComments):
pass

class TestMacroArgsQueryCommentsRedshift(BaseMacroArgsQueryComments):
pass

class TestMacroInvalidQueryCommentsRedshift(BaseMacroInvalidQueryComments):
pass

class TestNullQueryCommentsRedshift(BaseNullQueryComments):
pass

class TestEmptyQueryCommentsRedshift(BaseEmptyQueryComments):
pass
25 changes: 0 additions & 25 deletions tests/integration/query_comments_test/macros/macro.sql

This file was deleted.

33 changes: 0 additions & 33 deletions tests/integration/query_comments_test/models/x.sql

This file was deleted.

171 changes: 0 additions & 171 deletions tests/integration/query_comments_test/test_query_comments.py

This file was deleted.

0 comments on commit b3ab0bc

Please sign in to comment.