summaryrefslogtreecommitdiff
path: root/project2/proj2_s4498062/dns_tests.py
diff options
context:
space:
mode:
authorCamil Staps2016-05-22 22:02:36 +0200
committerCamil Staps2016-05-22 22:02:36 +0200
commitda97de6bc75e9606a536d87d5b3c7b93ba83af12 (patch)
tree21126eabfec3ba3802b9abba5cdd084928adb530 /project2/proj2_s4498062/dns_tests.py
parentFix resource.py; lint (diff)
Caching resolver; DOESN'T work. Should remove this.
Diffstat (limited to 'project2/proj2_s4498062/dns_tests.py')
-rwxr-xr-xproject2/proj2_s4498062/dns_tests.py2
1 files changed, 2 insertions, 0 deletions
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