/
/
opt
/
gsutil
/
third_party
/
idna
/
tests
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.144
PHP 8.3.16
Dir:
/opt/gsutil/third_party/idna/tests
Edit:
/opt/gsutil/third_party/idna/tests/test_idna_other.py
"""Tests for other functions""" import unittest import idna class OtherUTS46Tests(unittest.TestCase): def test_std3(self): self.assertEqual(idna.uts46_remap("A_", std3_rules=False), "a_") self.assertRaises(idna.InvalidCodepoint, idna.uts46_remap, "A_", std3_rules=True)
Ukuran: 294 B