glance/glance/tests/unit/v1
He Yongli 01903933db Use six.StringIO/BytesIO instead of StringIO.StringIO
to keep Python 3.x compatibility, use six.StringIO/BytesIO to
replace StringIO.StringIO

StringIO works for unicode
BytesIO works for bytes

Change-Id: I93e043c633e1de9e4dedcb0a313032403b6a70fb
Closes-Bug: #1280100
2014-02-26 09:06:33 +08:00
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
test_api.py Use six.StringIO/BytesIO instead of StringIO.StringIO 2014-02-26 09:06:33 +08:00
test_registry_api.py Fix the incorrect log message when creating images 2014-01-18 09:40:34 +00:00
test_registry_client.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00
test_upload_utils.py Enable F841 check 2014-02-13 16:54:12 +04:00