Skip to content

Commit

Permalink
[CT-1271] Query Comment test conversion (#333)
Browse files Browse the repository at this point in the history
* 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
McKnight-42 authored Oct 12, 2022
1 parent 6ce3a3d commit ec61011
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 218 deletions.
28 changes: 28 additions & 0 deletions tests/functional/adapter/query_comment_test/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 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.

0 comments on commit ec61011

Please sign in to comment.