def test_https_nopuny(self): self.assertFalse(dc.check_domain_punycode('https://Munchen.com/Mun'))
def test_puny_slash(self): self.assertTrue(dc.check_domain_punycode('ünchen.com/'))
def test_https_puny_slash_param(self): self.assertTrue(dc.check_domain_punycode('https://München.com/Mün'))