HomeSort by relevance Sort by last modified time
    Searched refs:testAsOctets (Results 1 - 2 of 2) sorted by null

  /external/python/pyasn1/tests/type/
test_char.py 81 def testAsOctets(self):
82 assert self.asn1String.asOctets() == self.pythonString.encode(self.encoding), 'testAsOctets() fails'
test_univ.py 438 def testAsOctets(self):
439 assert self.b.clone(hexValue='A98A').asOctets() == ints2octs((0xa9, 0x8a)), 'testAsOctets() fails'
513 def testAsOctets(self):
514 assert univ.OctetString(self.encodedPythonString).asOctets() == self.encodedPythonString, 'testAsOctets() fails'
    [all...]

Completed in 45 milliseconds