Skip to content

Commit

Permalink
Remove unneeded part of some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JHolba committed Feb 7, 2025
1 parent 34f35d0 commit 4e084a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/ert/unit_tests/shared/test_port_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def run(self):

def test_socket_can_rebind_if_never_used(unused_tcp_port):
"""
Executive summary of this test
1. the original socket is obtained
2. no activity is triggered on the socket
3. port is not closed but kept alive
Expand Down Expand Up @@ -195,8 +193,6 @@ def test_socket_can_rebind_if_never_used(unused_tcp_port):

def test_socket_can_not_rebind_if_open(unused_tcp_port):
"""
Executive summary of this test
1. the original socket is obtained
2. activity is triggered on the socket using a dummy-server/client
3. socket is not closed but kept alive
Expand All @@ -221,8 +217,6 @@ def test_socket_can_not_rebind_if_open(unused_tcp_port):
@pytest.mark.integration_test
def test_socket_can_not_rebind_immediately_after_close_if_used(unused_tcp_port):
"""
Executive summary of this test
1. the original socket is obtained
2. activity is triggered on the socket using a dummy-server/client
3. socket is closed
Expand Down

0 comments on commit 4e084a8

Please sign in to comment.