barbican/barbican
melissaml 03665ece43 Switch from unittest2 compat methods to Python 3.x methods
With the removal of Python 2.x we can remove the unittest2 compat
wrappers and switch to assertCountEqual instead of assertItemsEqual

We have been able to use them since then, because
testtools required unittest2, which still included it. With testtools
removing Python 2.7 support [3][4], we will lose support for
assertItemsEqual, so we should switch to use assertCountEqual.

[1] - https://bugs.python.org/issue17866
[2] - https://hg.python.org/cpython/rev/d9921cb6e3cd
[3] - testing-cabal/testtools#286
[4] - testing-cabal/testtools#277

Change-Id: I1017da7f2819b3d6d83f648187ab28216f7a5efc
2020-07-08 10:28:15 +08:00
..
api Merge "Add Secret Consumer Controllers and their tests" 2020-01-17 15:12:34 +00:00
cmd Stop to use the __future__ module. 2020-06-02 19:34:50 +02:00
common Fix py38 failures 2020-04-30 09:18:21 +02:00
hacking Remove log translation related check 2017-03-30 09:25:20 +08:00
locale Imported Translations from Zanata 2020-04-30 06:08:08 +00:00
model Stop to use the __future__ module. 2020-06-02 19:34:50 +02:00
objects Merge "Adding the unit-tests of OVO for Barbican [2]" 2020-01-10 16:32:09 +00:00
plugin Fix config option type 2020-04-29 21:30:30 +02:00
queue Support listener pooling in keystone listener 2019-10-03 14:47:00 +00:00
tasks Remove translation of log messages 2017-06-03 10:18:55 +07:00
tests Switch from unittest2 compat methods to Python 3.x methods 2020-07-08 10:28:15 +08:00
__init__.py Files with no code must be left completely empty 2016-11-17 14:19:47 +08:00
context.py Enforce usage of oslo.context's project_id 2018-04-23 17:37:52 +03:00
i18n.py Remove translation logging prefixes from i18n 2017-06-08 03:13:19 +00:00
version.py Enable tag-based full version reporting via pbr 2014-01-22 18:01:30 -06:00