-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CT-1271] Query Comment test conversion (#333)
* init pr 051 test conversion in bigquery * update to main * remove old test * point back to main in core * trying to fix the custom quota error
- Loading branch information
1 parent
6ce3a3d
commit ec61011
Showing
4 changed files
with
28 additions
and
218 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
tests/functional/adapter/query_comment_test/test_query_comment.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 TestQueryCommentsBigQuery(BaseQueryComments): | ||
pass | ||
|
||
class TestMacroQueryCommentsBigQuery(BaseMacroQueryComments): | ||
pass | ||
|
||
class TestMacroArgsQueryCommentsBigQuery(BaseMacroArgsQueryComments): | ||
pass | ||
|
||
class TestMacroInvalidQueryCommentsBigQuery(BaseMacroInvalidQueryComments): | ||
pass | ||
|
||
class TestNullQueryCommentsBigQuery(BaseNullQueryComments): | ||
pass | ||
|
||
class TestEmptyQueryCommentsBigQuery(BaseEmptyQueryComments): | ||
pass |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
169 changes: 0 additions & 169 deletions
169
tests/integration/query_comments_test/test_query_comments.py
This file was deleted.
Oops, something went wrong.