neutron/neutron/tests/unit/api
gugug ada26647ec Replace assertItemsEqual with assertCountEqual
assertItemsEqual was removed from Python's unittest.TestCase in
Python 3.3 [1][2]. 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.

NOTE(dmllr): added hacking check

[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: I7c20fec08e5dc9f67b34100c925ea6724bbd25f0
(cherry picked from commit 62729d4e74)
2021-08-24 10:00:56 +00:00
..
rpc Replace assertItemsEqual with assertCountEqual 2021-08-24 10:00:56 +00:00
v2 Set system_scope='all' in elevated context 2021-03-19 12:05:56 +01:00
__init__.py Send DHCP notifications regardless of agent status 2013-12-19 07:08:19 +00:00
test_api_common.py Generate correct url in api pagination 2018-06-07 09:35:50 -05:00
test_extensions.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00