X7ROOT File Manager
Current Path:
/opt/gsutil/third_party/idna/tests
opt
/
gsutil
/
third_party
/
idna
/
tests
/
📁
..
📄
IdnaTestV2.txt
(699.98 KB)
📄
__init__.py
(0 B)
📄
test_idna.py
(13.25 KB)
📄
test_idna_codec.py
(3.84 KB)
📄
test_idna_compat.py
(603 B)
📄
test_idna_other.py
(294 B)
📄
test_idna_uts46.py
(8.11 KB)
📄
test_intranges.py
(2.09 KB)
Editing: 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)
Upload File
Create Folder