glance/glance/tests/unit/v1
Arnaud Legendre 11b5487eff Use uuid instead of uuidutils
Each project should directly use the standard uuid module.
uuidutils will be deprecated/removed in this cycle.

This patch replaces every uuidutils.generate_uuid() with
str(uuid.uuid4()) and uuidutils.is_uuid_like()
with utils.is_uuid_like().

Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac
Closes-Bug: #1253497
2013-12-24 11:43:17 -08:00
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_api.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_registry_api.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_registry_client.py Use uuid instead of uuidutils 2013-12-24 11:43:17 -08:00
test_upload_utils.py Fix Pep8 1.4.6 warnings 2013-10-27 11:58:51 +01:00