masakari/masakari/tests/unit/api
Corey Bryant 041af276d7 Py3: Ensure wsgi headers are not bytes type
In Python 3, running the Masakari API as a wsgi application was
resulting in "TypeError: expected unicode object, value of type
bytes found". It looks like headerlist should not include bytes
type objects so let's ensure they are str objects for Python 3.

Change-Id: Ica030c540970474cd2511ffe0ba653d7bb057849
Partial-Bug: #1815657
2019-03-03 19:10:39 +05:30
..
openstack Py3: Ensure wsgi headers are not bytes type 2019-03-03 19:10:39 +05:30
__init__.py Add testing for WSGI Framework 2016-08-26 14:07:20 +05:30
test_api_version_request.py Add testing for WSGI Framework 2016-08-26 14:07:20 +05:30
test_auth.py Extracted HTTP response codes to constants 2017-01-10 12:25:41 +05:30