(self)
| 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): |
nothing calls this directly
no test coverage detected