ironic/ironic/tests/unit/api
Riccardo Pittau cfc6818177 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
(cherry picked from commit ca1c1b87af)
2020-11-10 13:36:44 +00:00
..
controllers Use assertCountEqual instead of assertItemsEqual 2020-11-10 13:36:44 +00:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Don't use wsme test webapp for patch tests 2020-04-20 12:24:22 +12:00
test_acl.py Stop using six library 2019-12-23 09:38:25 +01:00
test_audit.py Remove unnecessary setUp function in testcase 2017-03-30 15:39:55 +08:00
test_healthcheck.py Add optional healthcheck middleware 2018-02-12 14:48:05 -05:00
test_hooks.py Stop using six library 2019-12-23 09:38:25 +01:00
test_middleware.py Stop using six library 2019-12-23 09:38:25 +01:00
test_ospmiddleware.py Add I202 to flake ignore list 2017-10-25 14:32:52 +03: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