ironic/ironic/tests/unit/api
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
..
controllers Use assertCountEqual instead of assertItemsEqual 2020-06-11 14:37:56 +02:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_acl.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_audit.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_healthcheck.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_hooks.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_middleware.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
test_ospmiddleware.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_proxy_middleware.py Use HTTPProxyToWSGI middleware from oslo 2019-08-02 12:29:37 +00:00
test_root.py Stop using six library 2019-12-23 09:38:25 +01:00
utils.py Add owner to allocations and create relevant policies 2019-12-10 19:00:33 +00:00