diff options
author | Camil Staps | 2016-05-22 22:02:36 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-22 22:02:36 +0200 |
commit | da97de6bc75e9606a536d87d5b3c7b93ba83af12 (patch) | |
tree | 21126eabfec3ba3802b9abba5cdd084928adb530 /project2/proj2_s4498062/dns_tests.py | |
parent | Fix resource.py; lint (diff) |
Caching resolver; DOESN'T work. Should remove this.
Diffstat (limited to 'project2/proj2_s4498062/dns_tests.py')
-rwxr-xr-x | project2/proj2_s4498062/dns_tests.py | 2 |
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 |