Home | History | Annotate | Download | only in test

Lines Matching refs:uuids

181         # Test comparison of UUIDs.
186 # Test sorting of UUIDs (above list is in ascending order).
361 # Make sure uuid1() generates UUIDs that are actually version 1.
366 # Make sure the generated UUIDs are actually unique.
367 uuids = {}
369 uuids[u] = 1
370 equal(len(uuids.keys()), 1000)
396 # Test some known version-3 UUIDs.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
425 # Make sure the generated UUIDs are actually unique.
426 uuids = {}
428 uuids[u] = 1
429 equal(len(uuids.keys()), 1000)
434 # Test some known version-5 UUIDs.
456 # the same sequence of UUIDs in the parent and any