neutron/neutron/tests/unit/tests
gugug 62729d4e74 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
2020-11-30 10:21:57 +01:00
..
common Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
example Remove recursion from import_modules_recursively 2016-09-30 21:48:50 +00:00
functional Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_base.py Replace assertItemsEqual with assertCountEqual 2020-11-30 10:21:57 +01:00
test_post_mortem_debug.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00