ironic-inspector/ironic_inspector/test
LiZekun fe2abe1130 Remove unicode literal from code
All strings are considered as unicode literal string from Python 3.

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

Change-Id: I662c72686a7e0404da62fb677c666885ff5ac65a
2022-10-27 11:31:43 -07:00
..
unit Return a content-length on HTTP204 to prevent client failures 2022-01-13 11:55:42 -08:00
__init__.py Remove the generic eventlet monkey patch from test 2016-11-18 10:35:53 +01:00
base.py Use autospec=True in mocks 2020-04-22 14:10:53 +02:00
functional.py Remove unicode literal from code 2022-10-27 11:31:43 -07:00