syedahsn commented on code in PR #32355:
URL: https://github.com/apache/airflow/pull/32355#discussion_r1256099758


##########
tests/providers/amazon/aws/triggers/test_eks.py:
##########
@@ -453,3 +455,403 @@ async def 
test_eks_nodegroup_trigger_run_attempts_failed(self, mock_async_conn,
 
         assert "Error checking nodegroup" in str(exc.value)
         assert a_mock.get_waiter().wait.call_count == 3
+
+
+class TestEksCreateClusterTrigger:
+    def test_eks_create_cluster_trigger_serialize(self):

Review Comment:
   You're right that the test is part of the class, but I think being able to 
figure out the what the test is testing just from the name is fairly useful. 
But I'm not sure what the standard here is. I'm open to changing the names as 
well. What do you think?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to