(self)
| 297 | self._test("uuid", uuid4(), uuid4(), uuid4()) |
| 298 | |
| 299 | def testDecimal32(self): |
| 300 | self._test("decimal32", decimal32(0), decimal32(1), decimal32(2), decimal32(3), decimal32(4), decimal32(2**30)) |
| 301 | |
| 302 | def testDecimal64(self): |
| 303 | self._test("decimal64", decimal64(0), decimal64(1), decimal64(2), decimal64(3), decimal64(4), decimal64(2**60)) |