tacker/tacker/tests/unit/api
Manpreet Kaur 28cf5645e2 Dropping explicit unicode literal
In python 3, all strings are considered as unicode string.

This patch drops the explicit unicode literal (u'...')
or (u"..") appearances from the unicode strings.

Note: The scope of the patch is to drop unicode literal prefix
from python source code files, documentation and comment are overlook.

Change-Id: I66389d3f4b236a50bd3f193d4e67c2ac10e6ca24
2021-02-02 06:45:53 +05:30
..
v1 Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
v2 Drop most of six importings 2020-10-19 12:10:05 +00:00
__init__.py VIM should accept valid boolean values for is_default 2018-06-06 15:26:53 +05:30
test_api_common.py Move tacker to new hacking 4.0.0 2020-12-04 09:44:47 +00:00
test_extensions.py Update hacking for Python3 2020-04-24 13:48:53 +02:00