python-openstackclient/openstackclient/tests/unit/object/v1
songwenping c2df9215e1 Remove usage of six
With python3.x, classes can use 'metaclass=' instead of
'six.add_metaclass', 'six.iteritems' and 'six.iterkeys' can
be replaced by 'items' and 'keys', 'six.moves.urllib.parse'
can be replaced by 'urllib.parse', 'six.StringIO' and
'six.moves.cStringIO' can be replaced by 'io.StringIO',
'six.text_type' and 'six.string_type' are just 'str'.

Change-Id: I84848c0bf8ab3c36dd821141191e2725e4e3b58b
2020-10-07 02:15:25 +00:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Remove usage of six 2020-10-07 02:15:25 +00:00
test_container_all.py Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
test_container.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_object_all.py Remove usage of six 2020-10-07 02:15:25 +00:00
test_object.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00