Commit 3861a07b authored by Denis Bilenko's avatar Denis Bilenko

test__socket_dns.py: add test case for international domain name

parent d79683cd
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
import re
import greentest
......@@ -150,5 +151,11 @@ class TestRemote(TestCase):
self._test('sdfsdfgu5e66098032453245wfdggd.com')
class TestInternational(TestCase):
def test(self):
self._test(u'президент.рф')
if __name__ == '__main__':
greentest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment