dcapwell commented on code in PR #241:
URL: https://github.com/apache/cassandra-dtest/pull/241#discussion_r1394371383


##########
dtest.py:
##########
@@ -249,6 +249,12 @@ def set_dtest_setup_on_function(self, fixture_dtest_setup):
         self.dtest_config = fixture_dtest_setup.dtest_config
         return None
 
+    @pytest.fixture(autouse=True)
+    def cleanup_connections(self):
+        yield None

Review Comment:
   this is documented when you look up `fixture`, its a core way that this 
works... w/e is before `yield` is setup, w/e is after `yield` is cleanup.



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


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

Reply via email to