From da97de6bc75e9606a536d87d5b3c7b93ba83af12 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 22 May 2016 22:02:36 +0200 Subject: Caching resolver; DOESN'T work. Should remove this. --- project2/proj2_s4498062/dns_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project2/proj2_s4498062/dns_tests.py') diff --git a/project2/proj2_s4498062/dns_tests.py b/project2/proj2_s4498062/dns_tests.py index b62180b..71e5660 100755 --- a/project2/proj2_s4498062/dns_tests.py +++ b/project2/proj2_s4498062/dns_tests.py @@ -4,9 +4,11 @@ import sys import unittest + port = 5353 server = "localhost" + class TestResolver(unittest.TestCase): """Unit tests for the resolver""" pass -- cgit v1.2.3