python-manilaclient/manilaclient/tests/unit
Stephen Finucane 0002625e2b utils: Remove unicode-related helpers
The 'unicode_key_value_to_string' and '_encode' helpers were used to
handle the difference between unicode and byte strings in Python 2. In a
Python 3-only world, they are unnecessary. Remove them.

Some references to text encoding in the HACKING file are removed. In
theory, we should no longer have to worry about byte strings.

Change-Id: I0694b25dc4d72e817cb08ce6cafb39bb8226293d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-07-14 10:26:30 +01:00
..
common Use unittest.mock instead of third party lib 2020-06-22 17:26:26 -07:00
osc utils: Remove unicode-related helpers 2021-07-14 10:26:30 +01:00
v1 Remove six 2021-07-13 19:12:27 +01:00
v2 Remove six 2021-07-13 19:12:27 +01:00
__init__.py Move tests into manilaclient package 2014-10-20 15:41:18 +03:00
fakes.py TrivialFix: Remove unnecessary future imports 2020-05-05 08:44:02 -07:00
test_api_versions.py Remove six 2021-07-13 19:12:27 +01:00
test_base.py Use unittest.mock instead of third party lib 2020-06-22 17:26:26 -07:00
test_client.py Use unittest.mock instead of third party lib 2020-06-22 17:26:26 -07:00
test_functional_utils.py Implement wrapper for ascii table parser from tempest_lib.cli 2015-04-23 16:53:40 +03:00
test_shell.py Remove six 2021-07-13 19:12:27 +01:00
utils.py Use unittest.mock instead of third party lib 2020-06-22 17:26:26 -07:00