コード例 #1
0
ファイル: test_util.py プロジェクト: geertj/draco2
 def test_roundtrip(self):
     for name,parsed in self.data:
         assert util.create_locale(util.parse_locale(name)) == name
コード例 #2
0
ファイル: test_util.py プロジェクト: geertj/draco2
 def test_create(self):
     for name,parsed in self.data:
         assert util.create_locale(parsed) == name