Esempio n. 1
0
 def test_type_accessor(self, cipher):
     assert cipher._type == _type_from_name(cipher.name)
Esempio n. 2
0
 def test_type_accessor(self):
     assert self.cipher._type == _type_from_name(self.cipher.name)