tlasica commented on a change in pull request #115:
URL: https://github.com/apache/cassandra-dtest/pull/115#discussion_r563763263



##########
File path: meta_tests/conftest_test.py
##########
@@ -0,0 +1,87 @@
+import os
+from re import search
+from unittest import TestCase
+
+from dtest_config import DTestConfig
+from mock import Mock
+from pytest import UsageError
+
+from conftest import *
+
+
+def _response(input, responses, default_response):

Review comment:
       why not `responses.get(input, default_response)` ?
   because of logging?




----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to