mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[1924] (minor) Try to make the comment slightly cleaner
This commit is contained in:
@@ -170,10 +170,11 @@ class MsgQTest(unittest.TestCase):
|
|||||||
The test is not exhaustive as it doesn't test all combination
|
The test is not exhaustive as it doesn't test all combination
|
||||||
of existence of the recipient, addressing schemes, want_answer
|
of existence of the recipient, addressing schemes, want_answer
|
||||||
header and the reply header. It is not needed, these should
|
header and the reply header. It is not needed, these should
|
||||||
be mostly independant (eg. if the recipient is missing, it
|
be mostly independant. That means, for example, if the message
|
||||||
shouldn't matter by which means it was discovered the recipient
|
is a reply and there's no recipient to send it to, the error
|
||||||
is missing to how we hendle the value in reply header). If
|
would not be generated no matter if we addressed the recipient
|
||||||
we included everything, the test would have too many scenarios.
|
by lname or group. If we included everything, the test would
|
||||||
|
have too many scenarios with little benefit.
|
||||||
"""
|
"""
|
||||||
self.__sent_messages = []
|
self.__sent_messages = []
|
||||||
def fake_send_prepared_msg(socket, msg):
|
def fake_send_prepared_msg(socket, msg):
|
||||||
|
Reference in New Issue
Block a user