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

[CT-1271] Query Comment test conversion #333

Merged
merged 10 commits into from
Oct 12, 2022
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
25 changes: 0 additions & 25 deletions tests/integration/query_comments_test/macros/macro.sql

This file was deleted.

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

This file was deleted.

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

This file was deleted.