dino2895 commented on code in PR #23170:
URL: https://github.com/apache/kafka/pull/23170#discussion_r3846799842
##########
docker/test/docker_sanity_test.py:
##########
@@ -209,44 +210,43 @@ def execute(self):
self.assertEqual(total_errors, [])
-class DockerSanityTestCombinedMode(DockerSanityTest):
+class TestDockerSanityCombinedMode(DockerSanityTest):
Review Comment:
You're right ,these renames aren't needed because pytest automatically
collects unittest.TestCase subclasses. I'll revert them.
--
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]