Minor update

This commit is contained in:
Miroslav Štampar 2026-07-04 12:38:59 +02:00
parent 103a0e6b0f
commit 7fd6bb3b7d
4 changed files with 26 additions and 17 deletions

View file

@ -342,6 +342,7 @@ class TestInteractshDNSServer(unittest.TestCase):
srv._seen = set()
srv._running = True
srv._initialized = True
srv._POLL_TRIES = 1 # no real sleeps in unit tests
return srv
def test_pop_matches_prefix_suffix_and_dedups(self):