rajaths010494 commented on code in PR #29300:
URL: https://github.com/apache/airflow/pull/29300#discussion_r1156771619


##########
tests/providers/amazon/aws/operators/test_batch.py:
##########
@@ -211,3 +218,114 @@ def test_execute(self, mock_conn):
             computeResources=compute_resources,
             tags=tags,
         )
+
+
+def create_context(task, dag=None):

Review Comment:
   `deferrable/hooks/test_batch_client.py` are hook tests and the 
`tests/providers/amazon/aws/operators/test_batch.py' are for operators.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to