barbican/barbican/tests/objects
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
..
__init__.py Initial the unit-tests of OVO for Barbican 2018-07-15 10:39:12 +07:00
test_ovo_base.py Initial the unit-tests of OVO for Barbican 2018-07-15 10:39:12 +07:00
test_ovo_project.py Initial the unit-tests of OVO for Barbican 2018-07-15 10:39:12 +07:00
test_ovo_project_quotas.py Switch from unittest2 compat methods to Python 3.x methods 2020-07-08 10:28:15 +08:00
test_ovo_project_secret_store.py Adding the unit-tests of OVO for Barbican [2] 2019-10-03 14:22:28 +00:00