tacker/tacker/tests/unit/db
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
..
common_services Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
__init__.py Enable hacking check H104 2015-04-09 18:45:52 -07:00
base.py Use oslo db for db access 2016-06-07 12:09:57 +08:00
test_db_migration.py Drop most of six importings 2020-10-19 12:10:05 +00:00
test_db_purge_delete.py Use unittest.mock instead of third party mock 2020-05-22 12:03:45 +09:00
test_vnf_artifact.py Implementation Artifacts support in Tacker 2020-09-21 03:27:17 -04:00
test_vnf_instance.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
test_vnf_package.py Move tacker to new hacking 4.0.0 2020-12-04 09:44:47 +00:00
test_vnf_package_vnfd.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
test_vnf_resource.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
utils.py Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30