ironic/ironic/tests/unit/api/controllers
Riccardo Pittau ca1c1b87af Use assertCountEqual instead of assertItemsEqual
The assertItemsEqual method has been removed in Python 3.3 [1] but
it was kept alive by unittest2, imported by testtools.
To prevent mayhem and despair caused by testtools removing unittest2
from its requirements in the near future, we switch to assertCountEqual.

[1] https://bugs.python.org/issue17866

Change-Id: I614bcedc9981370fb54cfe3da997a3d52484c07f
2020-06-11 14:37:56 +02:00
..
v1 Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
__init__.py Put tests in correct location for ironic/api/controllers/v1/ 2017-08-04 06:36:57 -07:00
test_base.py Stop using six library 2019-12-23 09:38:25 +01:00