test/test_query.py
changeset 97 44522cd37b07
parent 95 8302aa7110f1
equal deleted inserted replaced
96:4177eba88c22 97:44522cd37b07
    21         whois(domain)
    21         whois(domain)
    22 
    22 
    23     def test_unicode_domain_and_tld(self):
    23     def test_unicode_domain_and_tld(self):
    24         domain = 'россия.рф'
    24         domain = 'россия.рф'
    25         whois(domain)
    25         whois(domain)
    26 
       
    27     def test_fail(self):
       
    28         raise Exception('Whiskey Tango Foxtrot, over?')