add dns lookup test

This commit is contained in:
Benjamin Sergeant
2019-01-05 14:40:17 -08:00
parent e892b21872
commit 80a877ddab
3 changed files with 66 additions and 8 deletions

View File

@ -57,7 +57,5 @@ shutil.copy(os.path.join(
'bin',
'zlib.dll'), '.')
# unittest broken on Windows
if osName != 'Windows':
testCommand = '{} {}'.format(testBinary, os.getenv('TEST', ''))
os.system(testCommand)
testCommand = '{} {}'.format(testBinary, os.getenv('TEST', ''))
os.system(testCommand)