diff --git a/src/bin/msgq/tests/msgq_test.py b/src/bin/msgq/tests/msgq_test.py index 4f8d18a7e3..1a1bbdd4ba 100644 --- a/src/bin/msgq/tests/msgq_test.py +++ b/src/bin/msgq/tests/msgq_test.py @@ -170,10 +170,11 @@ class MsgQTest(unittest.TestCase): The test is not exhaustive as it doesn't test all combination of existence of the recipient, addressing schemes, want_answer header and the reply header. It is not needed, these should - be mostly independant (eg. if the recipient is missing, it - shouldn't matter by which means it was discovered the recipient - is missing to how we hendle the value in reply header). If - we included everything, the test would have too many scenarios. + be mostly independant. That means, for example, if the message + is a reply and there's no recipient to send it to, the error + would not be generated no matter if we addressed the recipient + by lname or group. If we included everything, the test would + have too many scenarios with little benefit. """ self.__sent_messages = [] def fake_send_prepared_msg(socket, msg):