You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "vedantlodha (via GitHub)" <gi...@apache.org> on 2023/02/20 17:45:14 UTC

[GitHub] [airflow] vedantlodha commented on a diff in pull request #29642: Migrate tests in google/cloud/sensors from unittest to pytest

vedantlodha commented on code in PR #29642:
URL: https://github.com/apache/airflow/pull/29642#discussion_r1112215039


##########
tests/providers/google/cloud/sensors/test_bigquery.py:
##########
@@ -37,7 +37,7 @@
 TEST_IMPERSONATION_CHAIN = ["ACCOUNT_1", "ACCOUNT_2", "ACCOUNT_3"]
 
 
-class TestBigqueryTableExistenceSensor(TestCase):
+class TestBigqueryTableExistenceSensor:

Review Comment:
   I didnt change for consistency sake considering some of the earlier PRs for the issue havent removed the classes. But you have a fair point. Will make the changes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org