glance/glance/tests/unit/v2
Jia Dong 8d4312a2c9 Modify assert statement when comparing with None
Replace assertEqual(None, *) with assertIsNone in glance's
tests to have more clear messages in case of failure.

Also, replace assertTrue(* is not None) with assertIsNotNone
for the same reason.

Change-Id: If41a71bd750057c7136b03bef94c04517092134c
Closes-Bug: #1280522
2014-02-19 14:37:41 +08:00
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_image_data_resource.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00
test_image_members_resource.py Enable F841 check 2014-02-13 16:54:12 +04:00
test_image_tags_resource.py Add config option to limit image tags 2013-12-03 16:05:49 +00:00
test_images_resource.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00
test_registry_api.py Remove vim header 2014-01-14 16:03:28 +00:00
test_registry_client.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00
test_schemas_resource.py Add `virtual_size` to Glance's API v2 2014-02-13 15:13:11 +01:00
test_tasks_resource.py Provide explicit task create and update value in controller tests 2014-01-28 15:35:29 +08:00