MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / test_decoding_2

Method test_decoding_2

test/test_binary.py:457–459  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

455
456 # Implicit decoding pose test #2
457 def test_decoding_2(self):
458 legacy_binary = Binary.from_uuid(self.uuid, UuidRepresentation.PYTHON_LEGACY)
459 self._test_decoding("standard", UuidRepresentation.PYTHON_LEGACY, self.uuid, legacy_binary)
460
461 # Implicit decoding pose test #3
462 def test_decoding_3(self):

Callers

nothing calls this directly

Calls 2

_test_decodingMethod · 0.95
from_uuidMethod · 0.80

Tested by

no test coverage detected