(self)
| 320 | |
| 321 | # Explicit encoding prose test #6 |
| 322 | def test_encoding_6(self): |
| 323 | with self.assertRaises(ValueError): |
| 324 | Binary.from_uuid(self.uuid, UuidRepresentation.UNSPECIFIED) |
| 325 | |
| 326 | # Explicit decoding prose test #1 |
| 327 | def test_decoding_1(self): |